Skip to content

Bump commons-io:commons-io from 2.13.0 to 2.15.0 (#967) #689

Bump commons-io:commons-io from 2.13.0 to 2.15.0 (#967)

Bump commons-io:commons-io from 2.13.0 to 2.15.0 (#967) #689

Workflow file for this run

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