Skip to content

Commit f25b9da

Browse files
authored
Update python-app.yml
add black directly
1 parent 59f4bdd commit f25b9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Run code formatting check
3232
run: |
33-
make format
33+
black *.py utils/*.py
3434
3535
- name: Run linting
3636
run: |

0 commit comments

Comments
 (0)