Skip to content

Bump com.diffplug.spotless from 8.1.0 to 8.2.0 #1183

Bump com.diffplug.spotless from 8.1.0 to 8.2.0

Bump com.diffplug.spotless from 8.1.0 to 8.2.0 #1183

Workflow file for this run

name: Gradle
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v5
- name: Check with Gradle
run: ./gradlew check
- name: Integration Test with Gradle
run: ./gradlew integrationTest
- uses: codecov/codecov-action@v3