Skip to content

Commit

Permalink
Add GitHub Action error message (#775)
Browse files Browse the repository at this point in the history
* Fix headers code generation #752

* Fix headers code generation #752

* Fix headers code generation #752

* Fix headers code generation #752
  • Loading branch information
Foso authored Feb 10, 2025
1 parent 737ab5c commit 399b659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
- name: API check
run: ./gradlew ktLintCheck
- name: 'Notify on failure'
if: failure()
run: echo "Format check failed. Run ./gradlew ktLintFormat to fix."
api_check:
name: API check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 399b659

Please sign in to comment.