From ad54897950b143f4f053091ad4634c764766a328 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 13 Sep 2022 20:27:15 +0200 Subject: [PATCH] Make reuse lint test optional. --- .github/workflows/reuse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 8130fa43..72f61c4e 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -27,6 +27,6 @@ jobs: run: | pip install reuse - - name: Check REUSE compliance + - name: Check REUSE compliance (currently optional) run: | - reuse lint + reuse lint || true