Merge pull request #7571 from thunderbird/add-ci-lint-check
Add lint to CI quality checks
This commit is contained in:
commit
6880b433eb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
|
@ -42,6 +42,9 @@ jobs:
|
|||
- name: Quality - Detekt
|
||||
run: ./gradlew detekt
|
||||
|
||||
- name: Quality - Lint
|
||||
run: ./gradlew lint
|
||||
|
||||
- name: Quality - Dependency Guard
|
||||
run: ./gradlew dependencyGuard
|
||||
|
||||
|
|
Loading…
Reference in a new issue