Skip to content

Commit 6fa9a53

Browse files
fix mod tidy
1 parent f0a6f55 commit 6fa9a53

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bzlmod-lock-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
with:
7171
unique-cache-name: ${{ github.workflow }}-${{ github.job }}
7272

73+
- name: Check MODULE.bazel formatting
74+
working-directory: ${{ inputs.working-directory }}
75+
run: |
76+
bazel mod tidy
77+
git diff --exit-code
78+
7379
bzlmod-lockfile-check:
7480
runs-on: ${{ vars.runner_labels_ghub_standard_x64 && fromJSON(vars.runner_labels_ghub_standard_x64) || vars.REPO_RUNNER_LABELS && fromJSON(vars.REPO_RUNNER_LABELS) || 'ubuntu-latest' }}
7581
steps:

0 commit comments

Comments
 (0)