Skip to content

Commit

Permalink
chore: shell check
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Aug 21, 2023
1 parent bb41c3b commit 5d7c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d7c670

Please sign in to comment.