We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589632d commit e194f0eCopy full SHA for e194f0e
.github/workflows/lint.yml
@@ -6,10 +6,12 @@ on:
6
paths:
7
- "**/*.kt"
8
- "**.kts"
9
+ - .github/workflows/lint.yml
10
pull_request:
11
12
13
14
15
16
concurrency:
17
cancel-in-progress: true
@@ -62,7 +64,7 @@ jobs:
62
64
- name: Run detekt
63
65
id: detekt
66
run: >-
- java -jar $RUNNER_TOOL_CACHE/detekt-cli.jar --build-upon-default-config \
67
+ java -jar $RUNNER_TOOL_CACHE/detekt-cli.jar --build-upon-default-config
68
--jvm-target 17 -c .github/detekt.yml -r sarif:build/reports/detekt.sarif
69
- name: Upload report
70
uses: github/codeql-action/upload-sarif@v3
0 commit comments