From 7eddfda7f850d17a6f90862ce061a74d1fb364f7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 13 Sep 2022 20:35:26 +0200 Subject: [PATCH] Improve reuse test. --- .github/workflows/reuse.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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