Skip to content

Add README with install, quick start, configuration, and features #3

Add README with install, quick start, configuration, and features

Add README with install, quick start, configuration, and features #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew test
- run: ./gradlew spotlessCheck