mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-03-13 15:20:26 +08:00
ci: Upload lint report
This commit is contained in:
9
.github/workflows/CI.yml
vendored
9
.github/workflows/CI.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user