Skip to content

revert checkstyle runner configuration #7

revert checkstyle runner configuration

revert checkstyle runner configuration #7

Workflow file for this run

name: checkstyle
on: [pull_request, push]
jobs:
checkstyle:
name: runner / checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: error