Skip to content

Commit

Permalink
Add ktlint check for sample also
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Mar 24, 2024
1 parent bd7a681 commit a766d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
- name: Build sample
run: bash ./gradlew sample:assembleDebug

- name: Run kltlint
- name: Run kltlint in library
run: ./gradlew library:ktlintCheck

- name: Run kltlint in sample
run: ./gradlew sample:ktlintCheck

- name: Unit tests
run: ./gradlew test --stacktrace

Expand Down

0 comments on commit a766d05

Please sign in to comment.