diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bb1e4bf9c644..e0e3ac3c7d10 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -67,7 +67,8 @@ jobs: # "lint" is run under the 'Amazon' flavor, so slow in CI # "lintPlayRelease" doesn't test androidTest # "lintPlayDebug" doesn't test the API - arguments: lintPlayDebug :api:lintDebug ktLintCheck lint-rules:test --daemon + # "lintVitalFullRelease": if `main` resources are only used in `androidTest` (#15741) + arguments: lintPlayDebug :api:lintDebug ktLintCheck lintVitalFullRelease lint-rules:test --daemon # Handled under the pre-commit hook: ./gradlew installGitHook