mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Make reuse lint test optional.
This commit is contained in:
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user