From 5d7c670cc6881d9c7cb6152afd305e6ba1171c4a Mon Sep 17 00:00:00 2001 From: RyuNen344 Date: Tue, 22 Aug 2023 04:37:34 +0900 Subject: [PATCH] chore: shell check --- .github/workflows/Format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index b2d96ed54..4bb0ca57c 100644 --- a/.github/workflows/Format.yml +++ b/.github/workflows/Format.yml @@ -58,7 +58,7 @@ jobs: env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - cat ./build/reports/detekt/merge.xml | reviewdog -f=checkstyle -name="detekt" -reporter="github-pr-review" + < ./build/reports/detekt/merge.xml reviewdog -f=checkstyle -name="detekt" -reporter="github-pr-review" - run: ./gradlew lintDebug lintDevDebug --stacktrace