Skip to content

Commit

Permalink
Explicitly include lint check in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Sep 5, 2024
1 parent e45f596 commit 62950aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Run lint check
run: bash ./gradlew lint

- name: Upload lint result
uses: actions/upload-artifact@v4
with:
name: lint-results-debug
path: app/build/reports/lint-results-debug.html

- name: Build the app
run: bash ./gradlew build --stacktrace

Expand Down

0 comments on commit 62950aa

Please sign in to comment.