Skip to content

docs: update partitioning section to reflect current behavior (#1453) #1296

docs: update partitioning section to reflect current behavior (#1453)

docs: update partitioning section to reflect current behavior (#1453) #1296

Workflow file for this run

name: Spotless Check
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
- name: Checkout coding style
run: ./mvnw spotless:check -Pall