Skip to content

Bump com.diffplug.spotless from 6.25.0 to 7.0.3 #155

Bump com.diffplug.spotless from 6.25.0 to 7.0.3

Bump com.diffplug.spotless from 6.25.0 to 7.0.3 #155

Workflow file for this run

name: Lint Project
on:
pull_request:
jobs:
lint-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Lint Project
run: ./gradlew spotlessCheck