Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingSnow0517 committed Apr 12, 2024
1 parent 161db5f commit b0a13d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: checkstyle
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: java -jar checkstyle.jar -c style.xml -f xml common/src fabric/src forge/src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check -level=warning
run: java -jar checkstyle.jar -c style.xml -f xml common/src fabric/src forge/src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check -level=warning -filter-mode=nofilter

0 comments on commit b0a13d2

Please sign in to comment.