Skip to content

Commit 34c47b1

Browse files
szepeviktorkukulich
authored andcommitted
Run Typos in CI
1 parent fea1fd6 commit 34c47b1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,15 @@ jobs:
208208
files: temp/coverage.xml
209209
flags: unittests
210210
fail_ci_if_error: true
211+
212+
typos-check:
213+
name: "Typos"
214+
215+
runs-on: "ubuntu-latest"
216+
217+
steps:
218+
- name: "Checkout"
219+
uses: "actions/checkout@v3"
220+
221+
- name: "Search for misspellings"
222+
uses: "crate-ci/[email protected]"

.typos.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[files]
2+
extend-exclude = [
3+
".git/",
4+
]
5+
ignore-hidden = false
6+
7+
[default]
8+
extend-ignore-re = [
9+
"const BA =",
10+
]

0 commit comments

Comments
 (0)