Skip to content

Commit c8c6e88

Browse files
authored
Update pythonapp.yml
1 parent 7545f82 commit c8c6e88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ jobs:
2222
- name: Test with pytest
2323
run: |
2424
make test
25+
- name: Format code
26+
run: |
27+
make format
28+
29+

0 commit comments

Comments
 (0)