From 29e262f0d69e42847c231c4f863de04e956e41fd Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 11 Dec 2023 09:19:22 +0100 Subject: [PATCH] add github action --- .github/workflows/android.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index dc3976a4..23b9fef0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,6 +24,11 @@ jobs: name: maven-repo path: ~/.m2/repository/com/yubico/yubikit/ + - name: Publish SpotBugs reports + uses: lcollins/spotbugs-github-action@v2.0.0 + with: + path: ./**/build/reports/spotbugs/*.xml + - name: Upload build reports uses: actions/upload-artifact@v3 if: always()