Skip to content

Commit 02da538

Browse files
authored
Update python-app.yml
1 parent f25b9da commit 02da538

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13+
- uses: psf/black@stable
14+
1315

1416
- name: Set up Python ${{ matrix.python-version }}
1517
uses: actions/setup-python@v3
@@ -30,7 +32,7 @@ jobs:
3032
3133
- name: Run code formatting check
3234
run: |
33-
black *.py utils/*.py
35+
make format
3436
3537
- name: Run linting
3638
run: |

0 commit comments

Comments
 (0)