We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9252f5 commit 90663acCopy full SHA for 90663ac
1 file changed
.github/workflows/unit-test.yaml
@@ -33,6 +33,10 @@ jobs:
33
- name: Check if installed packages confirm with requirements.txt
34
run: |
35
pip freeze -r requirements.txt
36
+
37
+ - name: Check format without making corrections
38
+ run: |
39
+ flake8 funcs/*.py
40
41
- name: Run tests
42
0 commit comments