summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-11-06 11:55:20 +0100
committerByteHamster <info@bytehamster.com>2022-11-06 11:55:23 +0100
commitd61745be86427c2eabad64c81bf9597cb9aa6dd1 (patch)
tree17fb6644cdb60235c952fe3d03de5a87cb1b362f /.github/workflows
parente4d4c69519c7854f1852d80a3b47eebe30e6a3d5 (diff)
downloadAntennaPod-d61745be86427c2eabad64c81bf9597cb9aa6dd1.zip
Check Lint recursively from the :app module
instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/checks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 96de69a1f..57425126a 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -57,8 +57,8 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- - name: Lint
- run: ./gradlew lintPlayRelease lintRelease
+ - name: Lint :app module recursively
+ run: ./gradlew :app:lintPlayRelease
- name: SpotBugs
run: ./gradlew spotbugsPlayDebug spotbugsDebug 2>&1 | grep -i "spotbugs"