We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972e573 commit 8b7d106Copy full SHA for 8b7d106
1 file changed
.github/workflows/pr.yml
@@ -24,9 +24,8 @@ jobs:
24
# this step.
25
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26
- uses: ./github-actions/npm/checkout-and-setup-node
27
- - uses: ./github-actions/bazel/setup
28
- - uses: ./github-actions/bazel/configure-remote
29
- run: pnpm install --frozen-lockfile
+ - run: bash ./tools/sync-all-modules.sh
30
- name: Check code format
31
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
32
- name: Check commit message
0 commit comments