detekt integration

This commit is contained in:
Jakub Chrzanowski
2020-05-05 21:56:33 +02:00
parent 5af7aa6fc7
commit 3c1166e1f2
8 changed files with 37 additions and 17 deletions

View File

@@ -35,6 +35,9 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-
# Run detekt
- name: Run Linter
run: ./gradlew detekt
# Run verifyPlugin Gradle task
- name: Verify Plugin
run: ./gradlew verifyPlugin --no-daemon