summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-17 16:53:21 +0200
committerByteHamster <info@bytehamster.com>2021-04-17 16:53:21 +0200
commit068e163dd70a0529f7eb9c2787e0badac2abcada (patch)
treef7285d5e57fc386e41935f6959067e7166259d53 /.circleci
parentec148b0a23e74fd9650ad8046405ae928e28314c (diff)
downloadAntennaPod-068e163dd70a0529f7eb9c2787e0badac2abcada.zip
Also Lint modules without play flavour
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c2eea438d..b67f9677a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -89,7 +89,7 @@ workflows:
build-steps:
- run:
name: Lint
- command: ./gradlew lintPlayRelease
+ command: ./gradlew lintPlayRelease lintRelease
- build:
name: SpotBugs
build-steps: