Skip to content

Commit

Permalink
Show diff
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 5, 2024
1 parent 20e9df6 commit a4a337e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
args: "-r -a --skip-reflowing-long-strings --skip-javadoc-formatting --set-exit-if-changed"
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run git diff on failure
if: failure()
run: git diff
- name: Run checkstyle reporter
uses: dbelyaev/action-checkstyle@master
with:
Expand Down

0 comments on commit a4a337e

Please sign in to comment.