Skip to content

Commit

Permalink
Fix format CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg committed Jan 5, 2025
1 parent b0cc061 commit 7500529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Fix Git permissions
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Run Java format
run: ./gradlew javaFormat spotbugsMain spotbugsTest
run: ./gradlew javaFormat
- name: Check output
run: git --no-pager diff --exit-code HEAD
- name: Generate diff
Expand Down

0 comments on commit 7500529

Please sign in to comment.