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 a796b5a commit 081f797Copy full SHA for 081f797
.github/workflows/pull_request.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
gradle-version: wrapper
43
- name: Build
44
- run: ./gradlew --no-daemon --continue detektAll ktlintCheck apiCheck
+ run: ./gradlew --no-daemon --continue detekt detektAll ktlintCheck apiCheck
45
check-linux:
46
uses: ./.github/workflows/check.yml
47
0 commit comments