Skip to content

Commit 90663ac

Browse files
committed
Add check format step in github workflow
1 parent f9252f5 commit 90663ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/unit-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Check if installed packages confirm with requirements.txt
3434
run: |
3535
pip freeze -r requirements.txt
36+
37+
- name: Check format without making corrections
38+
run: |
39+
flake8 funcs/*.py
3640
3741
- name: Run tests
3842
run: |

0 commit comments

Comments
 (0)