Removed detekt/ktlint integration

This commit is contained in:
Jakub Chrzanowski
2021-07-23 21:27:22 +02:00
committed by Jakub Chrzanowski
parent 8ef79e2791
commit 423c1654d8
7 changed files with 9 additions and 44 deletions

View File

@@ -69,9 +69,9 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
# Run detekt, ktlint and tests
- name: Run Linters and Test
run: ./gradlew check
# Run tests
- name: Run Tests
run: ./gradlew test
# Run verifyPlugin Gradle task
- name: Verify Plugin

View File

@@ -62,9 +62,6 @@ jobs:
CODE_OF_CONDUCT.md \
LICENSE
# Run ktlint formatting
./gradlew ktlintFormat
# Commit modified files
- name: Commit files
run: |