Skip to content

Update dependency checkstyle to v10.18.1 #898

Update dependency checkstyle to v10.18.1

Update dependency checkstyle to v10.18.1 #898

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
cache: 'gradle'
distribution: 'temurin'
- name: Build
run: ./gradlew check