diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 72f61c4e..6d4111bd 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -27,6 +27,8 @@ jobs: run: | pip install reuse - - name: Check REUSE compliance (currently optional) + - name: Check REUSE compliance (except some PEM files) run: | - reuse lint || true + rm -f tests/integration/targets/*/files/*.pem + rm -f tests/integration/targets/*/files/roots/*.pem + reuse lint