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 51063ed commit d704289Copy full SHA for d704289
.github/workflows/spelling.yml
@@ -0,0 +1,19 @@
1
+name: Spelling
2
+
3
+permissions:
4
+ contents: read
5
6
+on: [pull_request]
7
8
+env:
9
+ CLICOLOR: 1
10
11
+jobs:
12
+ spelling:
13
+ name: Spell Check with Typos
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout Actions Repository
17
+ uses: actions/checkout@v4
18
+ - name: Spell Check Repo
19
+ uses: crate-ci/[email protected]
_typos.toml
@@ -0,0 +1,9 @@
+[files]
+extend-exclude = [
+ "**.cassette.yaml",
+ "**.go"
+]
+[default.extend-words]
+pn = "pn"
+thi = "thi"
0 commit comments