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 5dc57bb commit 512bad2Copy full SHA for 512bad2
.github/workflows/basic-qa.yml
@@ -113,3 +113,16 @@ jobs:
113
with:
114
language: en_GB
115
dictionary: ./.phpcs.txt
116
+
117
+ spellcheck-5:
118
+ name: Spellcheck-5
119
+ # Config file: _typos.toml
120
121
+ runs-on: ubuntu-latest
122
123
+ steps:
124
+ - name: Checkout code
125
+ uses: actions/checkout@v4
126
127
+ - name: "Search for misspellings"
128
+ uses: "crate-ci/typos@v1"
_typos.toml
@@ -0,0 +1,9 @@
1
+[files]
2
+extend-exclude = [
3
+ ".git/",
4
+]
5
+ignore-hidden = true
6
7
+[default]
8
+locale = "en-gb"
9
+check-filename = true
0 commit comments