Skip to content

Commit

Permalink
feat: trigger just one global module for detekt instead of every modu…
Browse files Browse the repository at this point in the history
…le separately
  • Loading branch information
jesmrec committed Feb 6, 2025
1 parent 09e9f2a commit c750abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: detekt execution
run: ./gradlew detekt; ./gradlew owncloudDomain:detekt; ./gradlew owncloudData:detekt; ./gradlew owncloudComLibrary:detekt; ./gradlew owncloudTestUtil:detekt
run: ./gradlew detekt

0 comments on commit c750abb

Please sign in to comment.