Skip to content

Commit 081f797

Browse files
committed
Execute detekt task in other projects
1 parent a796b5a commit 081f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
gradle-version: wrapper
4343
- name: Build
44-
run: ./gradlew --no-daemon --continue detektAll ktlintCheck apiCheck
44+
run: ./gradlew --no-daemon --continue detekt detektAll ktlintCheck apiCheck
4545
check-linux:
4646
uses: ./.github/workflows/check.yml
4747
with:

0 commit comments

Comments
 (0)