Skip to content

Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.23.1 (#1314) #1392

Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.23.1 (#1314)

Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.23.1 (#1314) #1392

Workflow file for this run

name: OpenPDF checkstyle
on: [ push, pull_request ]
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle job
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run check style
uses: dbelyaev/action-checkstyle@v1
with:
checkstyle_config: 'checkstyle.xml'
reporter: 'github-pr-check'
filter_mode: nofilter
level: error
fail_on_error: true