Skip to content

Commit

Permalink
testing black options in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgutzen committed Mar 13, 2024
1 parent 57037c6 commit 8638363
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: psf/black@stable
with:
options: "--check --diff --color"

0 comments on commit 8638363

Please sign in to comment.