Skip to content

Commit

Permalink
CI: make reporting better
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Apr 24, 2024
1 parent 9af9873 commit 6244d36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- name: Check bazel formatting
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
with:
extra_args: buildifier --all-files --show-diff-on-failure
- name: Print rectifying command
extra_args: buildifier --all-files 2>&1 | tee check_output
- name: Report
if: failure()
run: |
sed -ne '/diff --git/,$' check_output
echo "In order to format all bazel files, please run:"
echo " bazel run //:buildifier"
exit 1

0 comments on commit 6244d36

Please sign in to comment.