Skip to content

Commit 93c016d

Browse files
committed
chore: add linter step to GitHub Actions workflow
1 parent 5fa7705 commit 93c016d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Grant execute permission for Gradle
2828
run: chmod +x gradlew
2929

30+
- name: Run linter
31+
run: ./gradlew detekt
32+
3033
- name: Run tests with coverage
3134
run: ./gradlew koverXmlReport
3235

0 commit comments

Comments
 (0)