Skip to content

Commit af3281d

Browse files
committed
github: fix running black
Fixes "No Path provided. Nothing to do 😴"
1 parent ae2335d commit af3281d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: poetry run pytest
1919
- run: poetry run flake8 --show-source
2020
if: ${{ success() || failure() }}
21-
- run: poetry run black --check --diff
21+
- run: poetry run black --check --diff .
2222
if: ${{ success() || failure() }}
2323
- run: poetry run make -C docs/ html
2424
if: ${{ success() || failure() }}

0 commit comments

Comments
 (0)