Skip to content

Commit 993c4d7

Browse files
committed
Add REUSE lint in CI
1 parent 12e250b commit 993c4d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333

3434
- name: Install dependencies
3535
run: |
36-
pip install bandit flake8 pylint
36+
pip install bandit flake8 pylint reuse
37+
38+
- name: Check REUSE compliancy
39+
run: reuse lint
3740

3841
- name: Lint with flake8
3942
run: make flake8

0 commit comments

Comments
 (0)