Skip to content

Revert "Prepare next development version 3.21.1 snapshot (#1987)" #4354

Revert "Prepare next development version 3.21.1 snapshot (#1987)"

Revert "Prepare next development version 3.21.1 snapshot (#1987)" #4354

Workflow file for this run

name: Check Style
on:
pull_request:
branches:
- master
jobs:
check-style:
name: Check Style
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Check Style
shell: bash
run: mvn clean validate --batch-mode --show-version -P check-style