We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e9df6 commit a4a337eCopy full SHA for a4a337e
.github/workflows/tests.yml
@@ -43,6 +43,9 @@ jobs:
43
with:
44
args: "-r -a --skip-reflowing-long-strings --skip-javadoc-formatting --set-exit-if-changed"
45
github-token: ${{ secrets.GITHUB_TOKEN }}
46
+ - name: Run git diff on failure
47
+ if: failure()
48
+ run: git diff
49
- name: Run checkstyle reporter
50
uses: dbelyaev/action-checkstyle@master
51
0 commit comments