Skip to content

Actually include the root module again #153

Actually include the root module again

Actually include the root module again #153

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up JDK 17
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
with:
java-version: '17'
distribution: 'temurin'
- name: Run Spotless
run: mvn spotless:check -Dspotless.check.skip=false