We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
args
1 parent 8d704db commit ebc8b6dCopy full SHA for ebc8b6d
.github/workflows/python_style_checks.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-python@v2
20
- uses: jamescurtin/isort-action@master
21
with:
22
- args: ". --check-only"
+ configuration: "--check-only"
23
24
black:
25
# The type of runner that the job will run on
0 commit comments