Skip to content

Commit

Permalink
Ktlint check on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamcd committed Dec 11, 2023
1 parent 9e35588 commit 20a6ace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Load secrets
run: echo "tfl_app_key=${{ secrets.TFL_APP_KEY }}" > shared/secret.properties

- name: Check
run: ./gradlew spotlessCheck

- name: Build
run: ./gradlew assemble

Expand Down

0 comments on commit 20a6ace

Please sign in to comment.