Skip to content

Commit 11a890f

Browse files
committed
Run code quality checks on GitHub only once
1 parent 295b8c9 commit 11a890f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install .[tests]
2424
- name: Lint with flake8
25+
if: matrix.python-version == 3.8
2526
run: |
2627
flake8 webware setup.py --count --exit-zero --statistics
2728
- name: Lint with pylint
29+
if: matrix.python-version == 3.8
2830
run: |
2931
pylint webware
3032
- name: Run all unit tests

0 commit comments

Comments
 (0)