Skip to content

Commit

Permalink
Remove unused plugin application
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwester-zielinski committed Jul 26, 2024
1 parent 056f556 commit ccc6ae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ runs:
- name: "Set up Adopt OpenJDK 17"
uses: ./.github/actions/java
- name: "Run Detekt"
env:
PUBLISH_GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
PUBLISH_GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
shell: sh
run: sh gradlew detekt
- name: "Run KtLint"
env:
PUBLISH_GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
PUBLISH_GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
shell: sh
run: sh gradlew ktlintCheck
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ dependencies {
detektPlugins(externalLibs.detekt.cli)
}

apply(plugin = "io.gitlab.arturbosch.detekt")
apply(plugin = "org.jlleitschuh.gradle.ktlint")

detekt {
val rootDir = project.rootDir.canonicalFile
var configDir = project.projectDir.canonicalFile
Expand Down

0 comments on commit ccc6ae7

Please sign in to comment.