Skip to content

Update maven.yml to not build Java 9, it's not available on Github. #787

Update maven.yml to not build Java 9, it's not available on Github.

Update maven.yml to not build Java 9, it's not available on Github. #787

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/[email protected]
- 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