Skip to content

Commit 0012cde

Browse files
committed
Add REUSE lint in CI
1 parent e2a4285 commit 0012cde

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ jobs:
3333
cache-dependency-path: build-requirements.txt
3434

3535
- name: Install dependencies
36-
run: pip install -r build-requirements.txt
36+
run: |
37+
pip install -r build-requirements.txt
38+
pip install reuse
39+
40+
- name: Check REUSE compliancy
41+
run: reuse lint
3742

3843
- name: Lint with flake8
3944
run: make flake8

0 commit comments

Comments
 (0)