Skip to content

Commit

Permalink
Fix CI black by switching to the action by psf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee authored Oct 14, 2020
1 parent e950cd1 commit ad0206f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: "Black check"
uses: lgeiger/[email protected]
with:
args: . --check
uses: psf/black@stable # already includes args "--check --diff"
# uses: lgeiger/[email protected]
# with:
# args: . --check

0 comments on commit ad0206f

Please sign in to comment.