Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit e72508b

Browse files
author
Sung Won Chung
committed
auto commit changes
1 parent 92a2b58 commit e72508b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/formatter.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ jobs:
1616
id: ruff_formatter
1717
with:
1818
args: format
19-
- name: Annotate diff changes using reviewdog
20-
if: steps.ruff_formatter.outputs.is_formatted == 'true'
21-
uses: reviewdog/action-suggester@v1
19+
- name: Auto commit ruff formatting
20+
uses: stefanzweifel/git-auto-commit-action@v5
2221
with:
23-
tool_name: blackfmt
24-
- name: Fail if there are formatting suggestions
25-
if: steps.ruff_formatter.outputs.is_formatted == 'true'
26-
run: exit 1
22+
commit_message: 'style fixes by ruff'

0 commit comments

Comments
 (0)