Skip to content

Commit

Permalink
🔧 Chore: checkstyle action 수정
Browse files Browse the repository at this point in the history
<footer>
- 관련: #28
  • Loading branch information
luke0408 committed Mar 2, 2024
1 parent fd9cde8 commit 4cdddd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
cache: "gradle"

- name: Run Checkstyle
uses: dbelyaev/action-checkstyle@master
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
reporter: 'github-pr-check'
tool_name: 'Checkstyle for Java'
checkstyle_config: ./lint-config/namo-checkstyle-rules.xml
level: warning

0 comments on commit 4cdddd3

Please sign in to comment.