Skip to content

Run Android Lint (lintDebug) in CI - #23

Merged
guyiome merged 1 commit into
mainfrom
add-lint-to-ci
Aug 20, 2026
Merged

guyiome merged 1 commit into
mainfrom
add-lint-to-ci

Conversation

@guyiome

@guyiome guyiome commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Ajoute lintDebug à la même étape existante de ci.yml (pas de job dédié, éviterait de dupliquer checkout/JDK/Gradle/téléchargement du modèle pour rien).

Test plan

  • Vérifié en local : ./gradlew lintDebug → 0 erreur, 52 avertissements (versions de deps déjà couvertes par Dependabot, suggestions typographiques/KTX, ressources inutilisées -- rien de bloquant).
  • CI de cette PR elle-même valide que ça tourne bien côté GitHub Actions.

Verified locally first: 0 errors, 52 warnings (dependency-version
bumps already covered by Dependabot, typography/KTX suggestions,
unused resources -- nothing blocking). Same job as the existing
build/test step rather than a dedicated one, since it'd just
duplicate checkout/JDK/Gradle/model-download for no benefit.
@guyiome
guyiome merged commit 7f88958 into main Aug 20, 2026
1 check passed
@guyiome
guyiome deleted the add-lint-to-ci branch August 20, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant