From ad0206f85cb7e7aa740524eedf2620e6390f13b8 Mon Sep 17 00:00:00 2001 From: Hung-I Wang Date: Wed, 14 Oct 2020 11:59:13 +0800 Subject: [PATCH] Fix CI black by switching to the action by psf Ref: https://github.com/lgeiger/black-action/issues/12 https://github.com/Zulko/moviepy/pull/1337/files --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 975ddb9..e1c7718 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: "Black check" - uses: lgeiger/black-action@v1.0.1 - with: - args: . --check + uses: psf/black@stable # already includes args "--check --diff" +# uses: lgeiger/black-action@v1.0.1 +# with: +# args: . --check