Skip to content

Update com.puppycrawl.checkstyle.version to v10.26.1 #819

Update com.puppycrawl.checkstyle.version to v10.26.1

Update com.puppycrawl.checkstyle.version to v10.26.1 #819

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: maven
- name: ⭐ Test Build ⭐
run: mvn clean install -q -B