Skip to content

Commit

Permalink
CI: Fix commit message and enable CI on fixing commit
Browse files Browse the repository at this point in the history
As we fail if `ruff check` fails, we should run again once we did run `ruff check --fix`
  • Loading branch information
dschwoerer committed Dec 2, 2024
1 parent a241feb commit 348e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: ruff format .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[skip ci] Apply black/isort changes"
commit_message: "Apply ruff changes"

0 comments on commit 348e3cc

Please sign in to comment.