Skip to content

Commit

Permalink
still toying around with git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRichard committed Aug 26, 2024
1 parent 59366f9 commit e133f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "--check --verbose"
options: "--verbose"
src: "./src"
use_pyproject: true

0 comments on commit e133f56

Please sign in to comment.