Skip to content

Commit e92e7fd

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-app.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: psf/black@stable
14-
14+
with:
15+
options: "--check --verbose"
16+
src: "./src"
17+
use_pyproject: true
1518

1619
- name: Set up Python ${{ matrix.python-version }}
1720
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)