From 37ae5bd9a534edbbc72a4d4e4f8c4e84466fc0d4 Mon Sep 17 00:00:00 2001 From: Justus Tartz Date: Sat, 4 Nov 2023 14:31:59 +0100 Subject: [PATCH] Archive linter results --- .github/workflows/android.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index eb1cee89..1870783e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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: