Skip to content

testing file which is not formatted #2

testing file which is not formatted

testing file which is not formatted #2

Workflow file for this run

name: Code formatting
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Check code formatting
run: ./gradlew spotlessCheck