Skip to content

Make the top of the CoAL less strict about blocks (let it be any block instead of only air) #91

Make the top of the CoAL less strict about blocks (let it be any block instead of only air)

Make the top of the CoAL less strict about blocks (let it be any block instead of only air) #91

Workflow file for this run

# Copied from GT:CEu
# Runs formatting requirements
name: Java Formatting
on:
push:
branches:
- master
pull_request:
concurrency:
group: formatting-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Build
uses: ./.github/actions/build_setup
- name: Run Spotless Formatting Check with Gradle
run: ./gradlew spotlessCheck --warning-mode all --build-cache