mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Removed detekt/ktlint integration
This commit is contained in:
committed by
Jakub Chrzanowski
parent
8ef79e2791
commit
423c1654d8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user