Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

refactor: Rewrite configs using the builder pattern. #151

refactor: Rewrite configs using the builder pattern.

refactor: Rewrite configs using the builder pattern. #151

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew build
spotless:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew spotlessCheck