Skip to content

Commit

Permalink
Archive linter results
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtberlin authored and MagneFire committed Nov 4, 2023
1 parent e08f351 commit 37ae5bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

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

- name: Archive debug.apk
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 37ae5bd

Please sign in to comment.