Skip to content

Commit a34bb33

Browse files
committed
ci: disable auto-commit
1 parent d37adb0 commit a34bb33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Lint with ruff
4747
run: |
4848
ruff check ${{env.PROJECT_FOLDER}} --fix
49-
- uses: stefanzweifel/git-auto-commit-action@v6
50-
with:
51-
commit_message: "style: style fixes by ruff and autoformatting by black"
49+
# - uses: stefanzweifel/git-auto-commit-action@v6
50+
# with:
51+
# commit_message: "style: style fixes by ruff and autoformatting by black"

0 commit comments

Comments
 (0)