Skip to content

Bump com.diffplug.spotless from 8.0.0 to 8.1.0 #1155

Bump com.diffplug.spotless from 8.0.0 to 8.1.0

Bump com.diffplug.spotless from 8.0.0 to 8.1.0 #1155

Workflow file for this run

name: Gradle
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- 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