Skip to content

Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 #779

Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2

Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 #779

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@v4.1.1
- name: Run check style
uses: dbelyaev/action-checkstyle@v0.6.1
with:
checkstyle_config: 'checkstyle.xml'
reporter: 'github-pr-check'
filter_mode: nofilter
level: error
fail_on_error: true