Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Add lint job on CI (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Sep 16, 2022
1 parent c117c1d commit 632d743
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ jobs:
- uses: gradle/gradle-build-action@v2
- run: ./gradlew detekt

android-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- uses: gradle/gradle-build-action@v2
- run: ./gradlew lintDebug

unit-tests:
runs-on: ubuntu-latest
timeout-minutes: 50
Expand Down

0 comments on commit 632d743

Please sign in to comment.