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.
2 parents 3d9362a + 811ce23 commit 593bed6Copy full SHA for 593bed6
.github/workflows/SpellCheck.yml
@@ -0,0 +1,13 @@
1
+name: Spell Check
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ typos-check:
7
+ name: Spell Check with Typos
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout Actions Repository
11
+ uses: actions/checkout@v3
12
+ - name: Check spelling
13
+ uses: crate-ci/typos@v1.16.23
.typos.toml
@@ -0,0 +1,3 @@
+[default.extend-words]
+siz = "siz"
+BA = "BA"
0 commit comments