Skip to content

Update Perf Gradle compatibility test to fix failure, and add a way t… #5866

Update Perf Gradle compatibility test to fix failure, and add a way t…

Update Perf Gradle compatibility test to fix failure, and add a way t… #5866

Workflow file for this run

name: Check Format
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- main
jobs:
check_format:
name: "Check Format"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
java-version: 17
distribution: temurin
# Do not update to version 6, context: https://blog.gradle.org/github-actions-for-gradle-v6
- name: Setup Gradle
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
- name: Run Spotless
run: ./gradlew ${{matrix.module}}:spotlessCheck