Skip to content

Commit

Permalink
Print Diff on java-style-check: v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiishi committed Nov 11, 2023
1 parent 0131feb commit de0f2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Google Java Format
uses: axel-op/googlejavaformat-action@fe78db8a90171b6a836449f8d0e982d5d71e5c5a
uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
skipCommit: true
skip-commit: true
- name: Print diffs
run: git --no-pager diff --exit-code
markdown-style-check:
Expand Down

0 comments on commit de0f2e8

Please sign in to comment.