Skip to content

Update com.github.spotbugs.version to v4.8.3 #583

Update com.github.spotbugs.version to v4.8.3

Update com.github.spotbugs.version to v4.8.3 #583

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: maven
- name: ⭐ Test Build ⭐
run: mvn clean install -q -B