Skip to content

Commit

Permalink
android lint関連の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
TBSten committed Aug 24, 2024
1 parent 3910edf commit dd41160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullRequestCheck/androidLint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Comment PR by reviewdog
if: always()
run: |
find ./*/build/reports/android-lint/lintResults.sarif \
find ./**/build/reports/lint-results-*.sarif \
-type f \
-exec sh -c "cat {} | reviewdog -f=sarif -reporter=github-pr-review" \;
env:
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ android {

lint {
htmlReport = true
sarifReport = true
}
}

Expand Down

0 comments on commit dd41160

Please sign in to comment.