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 c287260 commit 6bb1ab0Copy full SHA for 6bb1ab0
.github/workflows/typos.yaml
@@ -0,0 +1,16 @@
1
+on:
2
+ push:
3
+ branches: [ master ]
4
+ pull_request:
5
+ merge_group:
6
+
7
+name: Spelling Check
8
9
+jobs:
10
+ spelling:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout sources
14
+ uses: actions/checkout@v4
15
+ - name: typos
16
+ uses: crate-ci/typos@master
typos.toml
@@ -0,0 +1,2 @@
+[default]
+extend-ignore-re = ["[Ss][Ii][Ee]", "[Ss][Xx][Ll]"]
0 commit comments