Skip to content

Commit

Permalink
Make reuse lint test optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 13, 2022
1 parent 034b900 commit ad54897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad54897

Please sign in to comment.