diff options
Diffstat (limited to '.github/workflows/maven.yml')
-rw-r--r-- | .github/workflows/maven.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 661a55573..394564531 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package checkstyle:check findbugs:check --file pom.xml + run: mvn -B package checkstyle:check spotbugs:check --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive #- name: Update dependency graph |