aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-01-18 11:30:44 +0000
committerSimon Steiner <ssteiner@apache.org>2024-01-18 11:30:44 +0000
commiteb97ede04e7e9f2af82fb97b2c8894488498a316 (patch)
tree0392b201e1693bd985b5c81dcbf586449d9a941c /.github
parentbfc5d5277a18eb447c4bd2f71d336e05c278d2bf (diff)
downloadxmlgraphics-fop-eb97ede04e7e9f2af82fb97b2c8894488498a316.tar.gz
xmlgraphics-fop-eb97ede04e7e9f2af82fb97b2c8894488498a316.zip
FOP-3158: Switch to spotbugs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/maven.yml2
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