Skip to content

Commit

Permalink
Run 'gradlew lint' on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone authored and torokati44 committed Mar 18, 2024
1 parent 58999a6 commit 7210159
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ jobs:
- uses: gradle/wrapper-validation-action@v2
name: Validate Gradle Wrapper

- name: Validate ktlint
- name: Check ktlint
run: ./gradlew ktlintCheck

- name: Check lint
run: ./gradlew lint

0 comments on commit 7210159

Please sign in to comment.