We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07a500a + 0de7ba9 commit 962c560Copy full SHA for 962c560
1 file changed
.github/workflows/linter.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Lint with ruff
45
run: |
46
ruff check ${{env.PROJECT_FOLDER}} --fix
47
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
48
with:
49
commit_message: "style: style fixes by ruff and autoformatting by black"
50
0 commit comments