From dd4116015cbbefb2f9d71309117bce07793486e0 Mon Sep 17 00:00:00 2001 From: TBSten <81161390+TBSten@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:08:30 +0900 Subject: [PATCH] =?UTF-8?q?android=20lint=E9=96=A2=E9=80=A3=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pullRequestCheck/androidLint.yaml | 2 +- app/build.gradle.kts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pullRequestCheck/androidLint.yaml b/.github/workflows/pullRequestCheck/androidLint.yaml index ed8073b..2ed17df 100644 --- a/.github/workflows/pullRequestCheck/androidLint.yaml +++ b/.github/workflows/pullRequestCheck/androidLint.yaml @@ -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: diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a2599c3..a726fd7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -55,6 +55,7 @@ android { lint { htmlReport = true + sarifReport = true } }