We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5952b27 commit 70335daCopy full SHA for 70335da
.github/workflows/code-formatting.yml
@@ -18,5 +18,5 @@ jobs:
18
java-version: '17'
19
20
- name: Check code formatting
21
- run: ./gradlew spotlessCheck
+ run: ./gradlew spotlessCheck || echo "::error title=Format check failed::Run ./gradlew spotlessApply to fix." && exit 1
22
0 commit comments