Skip to content

history.md and our_system.md direct to readthedocs, deleted some docs… #675

history.md and our_system.md direct to readthedocs, deleted some docs…

history.md and our_system.md direct to readthedocs, deleted some docs… #675

Workflow file for this run

name: Spotless Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Spotless check
run: ./gradlew spotlessCheck