We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0e7f1 commit 61f23bcCopy full SHA for 61f23bc
.github/workflows/tests.yml
@@ -16,4 +16,7 @@ jobs:
16
run: sudo apt-get update && sudo apt-get install -y xmlsec1
17
- name: Install tox
18
run: pip install tox
19
- - run: tox
+ - name: Install flake8
20
+ run: pip install flake8
21
+ - run: tox
22
+ - run: flake8
0 commit comments