Skip to content

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 #763

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.0 #763

Workflow file for this run

name: spotless
on: [push, pull_request]
jobs:
spotless:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: spotlessCheck
run: mvn spotless:check