We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc5b95 commit 88eec7aCopy full SHA for 88eec7a
.github/workflows/linter.yml
@@ -47,5 +47,6 @@ jobs:
47
ruff check ${{env.PROJECT_FOLDER}} --fix
48
- uses: stefanzweifel/git-auto-commit-action@v5
49
with:
50
+ push_options: --force
51
commit_message: "style: style fixes by ruff and autoformatting by black"
52
0 commit comments