Skip to content

Merge pull request #9 from SCDH/request-into-plugins #11

Merge pull request #9 from SCDH/request-into-plugins

Merge pull request #9 from SCDH/request-into-plugins #11

Workflow file for this run

name: Formatting
on:
push:
paths-ignore:
- 'README.md'
- 'CONTRIBUTING.md'
- 'CHANGES.md'
- 'doc'
- 'samples'
pull_request:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: get required resources
run: ./mvnw spotless:check