Skip to content

Commit ebc8b6d

Browse files
isort GH action changed and no longer accepts args input (#593)
Changed to use configuration input to specify CLI arguments
1 parent 8d704db commit ebc8b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v2
2020
- uses: jamescurtin/isort-action@master
2121
with:
22-
args: ". --check-only"
22+
configuration: "--check-only"
2323

2424
black:
2525
# The type of runner that the job will run on

0 commit comments

Comments
 (0)