Skip to content

Commit

Permalink
Improve output of check resources
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 31, 2024
1 parent a9cb358 commit 11f8522
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@ jobs:
distribution: 'microsoft'
java-version: '21'
- run: ./gradlew generateResources --stacktrace --warning-mode=fail
- run: if [ -n "$(git status --porcelain)" ]; then exit 1; fi
- run: |
git add -A
git status
if [ -n "$(git status --porcelain)" ]; then exit 1; fi

0 comments on commit 11f8522

Please sign in to comment.