Skip to content

[DON'T MERGE] Migrating PeerDAS to Pectra + soft-forking #70

[DON'T MERGE] Migrating PeerDAS to Pectra + soft-forking

[DON'T MERGE] Migrating PeerDAS to Pectra + soft-forking #70

Workflow file for this run

name: Spotless check
on: pull_request
jobs:
spotless:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Gradle spotless
run: ./gradlew --no-daemon --parallel checkMavenCoordinateCollisions spotlessCheck checkModuleDependencies