ci: Upload lint report

This commit is contained in:
abhiram6121
2026-03-09 13:51:49 +00:00
parent 0ac22579df
commit 76488398cf

View File

@@ -46,6 +46,15 @@ jobs:
- name: Lint with Gradle
run: ./gradlew lintStbetaRelease
continue-on-error: true # Remove once we fixes all errors
- name: Upload Lint Report
uses: actions/upload-artifact@v7
if: always()
with:
name: lint-report
path: '**/build/reports/lint-results-*.html'
if-no-files-found: warn
- name: Build with Gradle
run: ./gradlew clean assembleStbetaRelease