Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add lint checks in the primary ci workflow #16

Merged
merged 11 commits into from
Nov 1, 2022
Merged
Prev Previous commit
Next Next commit
add lint report file format as a mapping file for the gradle runner step
  • Loading branch information
Tnation87 committed Nov 1, 2022
commit 0e14a5c9acc2c7a92d2e9c0f6d4bf13d903818a5
1 change: 1 addition & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ workflows:
- gradle-runner@2:
title: Lint Checks
inputs:
- mapping_file_include_filter: '*/lint-results.html'
- gradle_task: '${MODULE_LINTA_ANDROID}:lint'
- gradle-unit-test@1:
title: Lint Checks Unit Tests
Expand Down