Skip to content

Merge branch 'workingongettingready' of https://github.com/RegisJesui… #59

Merge branch 'workingongettingready' of https://github.com/RegisJesui…

Merge branch 'workingongettingready' of https://github.com/RegisJesui… #59

Workflow file for this run

name: Java Format Check with Spotless
on:
push:
workflow_dispatch:
jobs:
checkformat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Add permissions
run: chmod +x ./gradlew
- name: Run spotless check
run: ./gradlew spotlessCheck