Skip to content

Upgrade Checkstyle now that issue is fixed. #17

Upgrade Checkstyle now that issue is fixed.

Upgrade Checkstyle now that issue is fixed. #17

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: wrapper
- name: Run clean build javadoc
run: ./gradlew clean build javadoc