mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-01 16:00:39 -05:00
tidy: document MODULE.bazel.lock maintencance
This commit is contained in:
parent
162e73de72
commit
b86faadfcc
2 changed files with 10 additions and 1 deletions
4
.github/workflows/test-tidy.yml
vendored
4
.github/workflows/test-tidy.yml
vendored
|
|
@ -51,7 +51,9 @@ jobs:
|
|||
|
||||
- name: Run Bazel tidy
|
||||
shell: bash
|
||||
run: bazel run //:tidy
|
||||
run: |
|
||||
bazel run //:tidy
|
||||
bazel mod deps --lockfile_mode=update
|
||||
|
||||
- name: Check if untidy
|
||||
id: untidy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue