Skip to content

Commit ed8a270

Browse files
committed
Add REUSE lint in CI
1 parent 7678437 commit ed8a270

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
@@ -34,7 +34,10 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install bandit coverage flake8 mock mypy pylint pytest pytest-cov types-mock
37+
pip install bandit coverage flake8 mock mypy pylint pytest pytest-cov reuse types-mock
38+
39+
- name: Check REUSE compliancy
40+
run: reuse lint
3841

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

0 commit comments

Comments
 (0)