Skip to content

Commit 512bad2

Browse files
committed
C
1 parent 5dc57bb commit 512bad2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/basic-qa.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,16 @@ jobs:
113113
with:
114114
language: en_GB
115115
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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)