Merge pull request #2569 from davotoula/ci/add-android-lint

ci: add Android Lint as first step of the Android job
This commit is contained in:
Vitor Pamplona
2026-04-25 11:41:38 -04:00
committed by GitHub
+10
View File
@@ -89,6 +89,16 @@ jobs:
java-version: 21
cache: gradle
- name: Android Lint (gradle)
run: ./gradlew :amethyst:lintFdroidBenchmark :amethyst:lintPlayBenchmark --no-daemon
- name: Upload Android Lint Reports
uses: actions/upload-artifact@v7
if: always()
with:
name: Android Lint Reports
path: amethyst/build/reports/lint-results-*.html
- name: Test + Build Android (gradle)
run: ./gradlew test assembleBenchmark --no-daemon