We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef360f6 commit 2477746Copy full SHA for 2477746
1 file changed
.github/workflows/autofix.yaml
@@ -25,9 +25,9 @@ jobs:
25
26
- name: "Linting: autocorrect"
27
continue-on-error: true
28
- run: |
29
- curl -fsSL https://raw.githubusercontent.com/huacnlee/autocorrect/main/install | sh
30
- autocorrect --fix
+ uses: huacnlee/autocorrect-action@v2
+ with:
+ args: "--fix"
31
32
- name: "Linting: markdownlint-cli2 Part 1"
33
uses: DavidAnson/markdownlint-cli2-action@v15
0 commit comments