Skip to content

Commit

Permalink
Change CI lint task to only run on app module
Browse files Browse the repository at this point in the history
Limit linting to the app module in CI since it has
the `checkDependencies` option set.
  • Loading branch information
albin-mullvad committed Dec 13, 2024
1 parent edfe445 commit 81e63f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
:lib:shared:testDebugUnitTest
- gradle-task: :test:arch:test --rerun-tasks
- gradle-task: detekt
- gradle-task: lint
- gradle-task: :app:lint
steps:
# Fix for HOME path overridden by GH runners when building in containers, see:
# https://github.com/actions/runner/issues/863
Expand Down

0 comments on commit 81e63f0

Please sign in to comment.