Skip to content

Commit

Permalink
Fix formatting CI
Browse files Browse the repository at this point in the history
Before, spotlessJava and spotlessMisc would be run before spotless checks, so some changes could be applied before it checks formatting
  • Loading branch information
KangarooKoala committed Jan 20, 2024
1 parent f219b65 commit 0c75603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Check
run: ./gradlew check

- name: Verify no formatting changes
run: git --no-pager diff --exit-code HEAD

- name: Automated Sim Test
run: ./gradlew simulateJavaDebug -PautomatedTest=true

0 comments on commit 0c75603

Please sign in to comment.