We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7678437 commit ed8a270Copy full SHA for ed8a270
.github/workflows/ci.yml
@@ -34,7 +34,10 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- pip install bandit coverage flake8 mock mypy pylint pytest pytest-cov types-mock
+ pip install bandit coverage flake8 mock mypy pylint pytest pytest-cov reuse types-mock
38
+
39
+ - name: Check REUSE compliancy
40
+ run: reuse lint
41
42
- name: Lint with flake8
43
run: make flake8
0 commit comments