Run linting task only for lintDevDebug

This commit is contained in:
Niedermann IT-Dienstleistungen 2021-10-18 13:19:16 +02:00 committed by GitHub
parent 8f242754f6
commit 225e4b747a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
run: bash ./gradlew lintDebug --stacktrace
run: bash ./gradlew lintDevDebug --stacktrace
test:
name: Unit tests