Skip to content

Commit c33dfb9

Browse files
fix: Typo
1 parent 17402c9 commit c33dfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
python-version: 3.8
1313
- uses: psf/black@stable
14-
- uses: isort/isort-action@master
14+
- uses: jamescurtin/isort-action@master
1515
with:
1616
requirementsFiles: "requirements.txt requirements-dev.txt"
1717
configuration: "--check-only --diff --profile black"

0 commit comments

Comments
 (0)