ci: Also upload Gradle Lint report to the CI

This commit is contained in:
Marc Rousavy 2023-09-21 19:09:41 +02:00
parent 115140d01c
commit cb4d64c671

View File

@ -59,7 +59,11 @@ jobs:
- name: Parse Gradle Lint Report - name: Parse Gradle Lint Report
uses: yutailang0119/action-android-lint@v3 uses: yutailang0119/action-android-lint@v3
with: with:
report-path: package/android/build/reports/*.xml report-path: ./package/android/build/reports/*.xml
- uses: actions/upload-artifact@v3
with:
name: gradle-lint-report
path: ./package/android/build/reports/*.xml
ktlint: ktlint:
name: Kotlin Lint name: Kotlin Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest