Skip to content

Commit

Permalink
Try a different action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Sep 22, 2023
1 parent aded497 commit f3681e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/[email protected]
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: error
checkstyle_config: config/checkstyle/checkstyle.xml
reporter: 'github-pr-check'

0 comments on commit f3681e0

Please sign in to comment.