From 0560044c0a00877da139f8f987fea24b50da54bd Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 16 Aug 2023 12:48:17 +0200 Subject: [PATCH] Add new arguments to self test --- .github/workflows/selftest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index f3466a6..caec596 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -24,10 +24,12 @@ jobs: uses: ./ with: args: --include-submodules lint --json + summary: json - name: REUSE SPDX SBOM uses: ./ with: args: spdx + summary: none # Use latest major version of the action test-majorversion: