Merge pull request #7571 from thunderbird/add-ci-lint-check

Add lint to CI quality checks
This commit is contained in:
cketti 2024-01-26 20:44:32 +01:00 committed by GitHub
commit 6880b433eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,9 @@ jobs:
- name: Quality - Detekt
run: ./gradlew detekt
- name: Quality - Lint
run: ./gradlew lint
- name: Quality - Dependency Guard
run: ./gradlew dependencyGuard