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 295b8c9 commit 11a890fCopy full SHA for 11a890f
.github/workflows/test-package.yml
@@ -22,9 +22,11 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install .[tests]
24
- name: Lint with flake8
25
+ if: matrix.python-version == 3.8
26
run: |
27
flake8 webware setup.py --count --exit-zero --statistics
28
- name: Lint with pylint
29
30
31
pylint webware
32
- name: Run all unit tests
0 commit comments