Skip to content

Get Path passing new tests #113

Get Path passing new tests

Get Path passing new tests #113

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
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
- name: Run spotless linter
run: ./gradlew spotlessCheck