Skip to content

Commit

Permalink
build(ci): lintVitalFullRelease
Browse files Browse the repository at this point in the history
This is run on publish, and can fail

So it should also be run on a normal lint check

Issue 15741
  • Loading branch information
david-allison committed Mar 1, 2024
1 parent ea9e966 commit de8f902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de8f902

Please sign in to comment.