We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7545f82 commit c8c6e88Copy full SHA for c8c6e88
.github/workflows/pythonapp.yml
@@ -22,3 +22,8 @@ jobs:
22
- name: Test with pytest
23
run: |
24
make test
25
+ - name: Format code
26
+ run: |
27
+ make format
28
+
29
0 commit comments