Skip to content

Commit

Permalink
no custom errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Jan 14, 2025
1 parent 686ad35 commit 38f786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: '17'

- name: Verify code format
run: ./gradlew spotlessCheck || echo "::error title=Code format check failed::Use ./gradlew applySpotless to fix" && exit 1
run: ./gradlew spotlessCheck

- name: Build with Gradle
run: NO_GPG_SIGN=true ./gradlew --stacktrace check test build javadocJar publishToMavenLocal
Expand Down

0 comments on commit 38f786b

Please sign in to comment.