Skip to content

Commit

Permalink
chore: lint task changed
Browse files Browse the repository at this point in the history
  • Loading branch information
programadorthi committed Sep 15, 2024
1 parent e94ae32 commit 758aa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Lint
run: |
./gradlew ktlintCheck --stacktrace
./gradlew lintKotlin --stacktrace
- name: Tests
run: |
./gradlew koverVerify --stacktrace
./gradlew koverVerify --stacktrace

0 comments on commit 758aa48

Please sign in to comment.