Skip to content

[dependency] Bump junit.version from 5.10.3 to 5.11.0 (#216) #199

[dependency] Bump junit.version from 5.10.3 to 5.11.0 (#216)

[dependency] Bump junit.version from 5.10.3 to 5.11.0 (#216) #199

Workflow file for this run

name: checkstyle
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: adopt
- name: Generate demo report
run: mvn --batch-mode checkstyle:check