Skip to content

Commit

Permalink
Update checker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: vemuriPradyumna <[email protected]>
  • Loading branch information
vemuriPradyumna authored Nov 28, 2022
1 parent ba32868 commit 92a5a5c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ jobs:
github_token: ${{ secrets.XPENSAUDITOR_CHECKSTYLE }}
reporter: github-pr-review
level: error
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.XPENSAUDITOR_CHECKSTYLE }}
reporter: 'github-pr-check'
tool_name: 'testtool'

0 comments on commit 92a5a5c

Please sign in to comment.