Skip to content

Commit

Permalink
Update GitHub action for black
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFeenstra committed Apr 29, 2023
1 parent e26261b commit 308b883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: psf/black@21.11b1
- uses: psf/black@stable
with:
black_args: ". --check"

0 comments on commit 308b883

Please sign in to comment.