Skip to content

[artifactory-release] Next development version [skipRun] #102

[artifactory-release] Next development version [skipRun]

[artifactory-release] Next development version [skipRun] #102

Workflow file for this run

name: Static Code Analysis
on: [ push, pull_request ]
jobs:
spotbugs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Install required tools
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "8"
# Run static code analysis
- name: Run spotbugs:check
run: mvn spotbugs:check -B