Skip to content

Commit 2477746

Browse files
committed
Try using Actions huacnlee/autocorrect-action@v2
1 parent ef360f6 commit 2477746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autofix.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
2626
- name: "Linting: autocorrect"
2727
continue-on-error: true
28-
run: |
29-
curl -fsSL https://raw.githubusercontent.com/huacnlee/autocorrect/main/install | sh
30-
autocorrect --fix
28+
uses: huacnlee/autocorrect-action@v2
29+
with:
30+
args: "--fix"
3131

3232
- name: "Linting: markdownlint-cli2 Part 1"
3333
uses: DavidAnson/markdownlint-cli2-action@v15

0 commit comments

Comments
 (0)