Skip to content

Bump junit.version from 5.11.4 to 5.12.0 in /json-smart (#253) #12

Bump junit.version from 5.11.4 to 5.12.0 in /json-smart (#253)

Bump junit.version from 5.11.4 to 5.12.0 in /json-smart (#253) #12

name: json smart formatting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Check formatting accessors-smart
run: cd accessors-smart; ./mvnw spotless:check
- name: Check formatting json-smart
run: cd json-smart; ./mvnw spotless:check
- name: Check formatting json-smart-action
run: cd json-smart-action; ./mvnw spotless:check