Skip to content

Commit 61f23bc

Browse files
author
Ric Janus Sapasap
committed
Add flake8
1 parent 1a0e7f1 commit 61f23bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
run: sudo apt-get update && sudo apt-get install -y xmlsec1
1717
- name: Install tox
1818
run: pip install tox
19-
- run: tox
19+
- name: Install flake8
20+
run: pip install flake8
21+
- run: tox
22+
- run: flake8

0 commit comments

Comments
 (0)