Skip to content

hotfix

hotfix #59

Workflow file for this run

name: reviewdog
on:
push:
branches:
- main
pull_request:
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: warning
filter_mode: nofilter
checkstyle_config: google_checks.xml