Skip to content

Commit

Permalink
dont require anyhting just suggest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hezko committed Nov 19, 2024
1 parent b4d2391 commit 5c4d763
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,4 @@ jobs:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "-v"
- name: checkout
run: |
# Check if black made any changes
git diff --exit-code || (
git config user.name "github-actions[bot]" &&
git config user.email "github-actions[bot]@users.noreply.github.com" &&
git add . &&
git commit -m "Format code with black" &&
git push
)
options: "--diff"

0 comments on commit 5c4d763

Please sign in to comment.