Add Linder to build CI

This commit is contained in:
Chemaclass
2023-03-07 19:09:26 +01:00
parent c4c8c0fbf7
commit 2d92e1d444
5 changed files with 15 additions and 14 deletions

View File

@@ -27,6 +27,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Linter (gradle)
run: ./gradlew ktlintCheck
- name: Test (gradle)
run: ./gradlew test --no-daemon