diff --git a/.github/workflows/python_style_checks.yml b/.github/workflows/python_style_checks.yml index f48e567625..5e4b9a1d9f 100644 --- a/.github/workflows/python_style_checks.yml +++ b/.github/workflows/python_style_checks.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v2 - uses: jamescurtin/isort-action@master with: - args: ". --check-only" + configuration: "--check-only" black: # The type of runner that the job will run on