Skip to content

Update dependency checkstyle to v10.21.0 #15

Update dependency checkstyle to v10.21.0

Update dependency checkstyle to v10.21.0 #15

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build
run: ./gradlew check
- name: Dependency check
run: ./gradlew dependencyCheckAggregate