mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
ktlint integration
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -58,8 +58,8 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-gradle-
|
||||
|
||||
# Run detekt
|
||||
- name: Run Linter
|
||||
run: ./gradlew detekt
|
||||
- name: Run Linters
|
||||
run: ./gradlew check
|
||||
|
||||
# Run verifyPlugin Gradle task
|
||||
- name: Verify Plugin
|
||||
|
||||
Reference in New Issue
Block a user