File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 uses : actions/upload-artifact@v4
4747 with :
4848 name : hcpu-tarballs
49- path : bazel-bin/tools/packaging/*.tar.gz
49+ path : |
50+ bazel-bin/tools/packaging/*.tar.gz
51+ !bazel-bin/tools/packaging/hcpu.tar.gz
5052 if-no-files-found : error
Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@v4
1919
20- - name : Run formatters
21- run : sudo -u ci bazelisk run :format
20+ - name : Fix permissions
21+ run : chown -R ci:ci "$GITHUB_WORKSPACE"
2222
23- - name : Check diff
24- run : git diff --quiet
23+ - name : Run formatters
24+ run : sudo -u ci bazelisk run :format && git diff --quiet
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
21+ submodules : true
22+
23+ - name : Fix permissions
24+ run : chown -R ci:ci "$GITHUB_WORKSPACE"
2125
2226 - name : Run linters
2327 continue-on-error : true
You can’t perform that action at this time.
0 commit comments