We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bccb31 commit 4238ce9Copy full SHA for 4238ce9
.autocorrectrc
@@ -0,0 +1,4 @@
1
+# yaml-language-server: $schema=https://huacnlee.github.io/autocorrect/schema.json
2
+rules:
3
+ # Default rules: https://github.com/huacnlee/autocorrect/raw/main/autocorrect/.autocorrectrc.default
4
+ halfwidth-punctuation: 0
.github/workflows/typo.yml
@@ -15,4 +15,8 @@ jobs:
15
16
- name: check typos
17
uses: crate-ci/[email protected]
18
-
+
19
+ - name: autocorrect lint
20
+ uses: huacnlee/autocorrect-action@v2
21
+ with:
22
+ args: . --lint --no-diff-bg-color
0 commit comments