Skip to content

Commit

Permalink
Don't use --check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Dec 26, 2024
1 parent 5c9ce0b commit 48eadc2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/Black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ jobs:
with:
ref: ${{ github.sha }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: psf/black@stable

- name: Black Code Formatter
uses: psf/black@stable
with:
path: "./jcvi ./tests"
- uses: stefanzweifel/git-auto-commit-action@v5
options: "--verbose"
src: "."

- name: Commit changes
if: success()
uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit-action
with:
commit_message: 'Style fixes by Black'

0 comments on commit 48eadc2

Please sign in to comment.