From 350503199bd41fa45f6309909b06174826ffc6f4 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 21 Sep 2021 18:02:59 -0500 Subject: [PATCH] isort GH action changed and no longer accepts `args` input Changed to use configuration input to specify CLI arguments --- .github/workflows/python_style_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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