Skip to content

Commit 8b7d106

Browse files
committed
sad
1 parent 972e573 commit 8b7d106

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
# this step.
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- uses: ./github-actions/npm/checkout-and-setup-node
27-
- uses: ./github-actions/bazel/setup
28-
- uses: ./github-actions/bazel/configure-remote
2927
- run: pnpm install --frozen-lockfile
28+
- run: bash ./tools/sync-all-modules.sh
3029
- name: Check code format
3130
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
3231
- name: Check commit message

0 commit comments

Comments
 (0)