Skip to content

chore(deps): bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1 #362

chore(deps): bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1

chore(deps): bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1 #362

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
MVN: mvn --show-version --batch-mode
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: run compile
run: $MVN clean compile
- name: run test
run: $MVN test