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