Skip to content

Commit

Permalink
Print Diff on java-style-check
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiishi committed Nov 11, 2023
1 parent 7e84a0c commit 624e079
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
- name: Google Java Format
uses: axel-op/googlejavaformat-action@fe78db8a90171b6a836449f8d0e982d5d71e5c5a
with:
args: "--dry-run --set-exit-if-changed"
markdown-style-check:
args: "--replace"
skip-commit: true
- name: Print diffs
run: git --no-pager diff --exit-code markdown-style-check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand Down

0 comments on commit 624e079

Please sign in to comment.