Skip to content

Commit 4df0345

Browse files
committed
Add spell checking job in the CI
1 parent 7cc33be commit 4df0345

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
- uses: actions/checkout@v4
116116
- run: python tools/check_intrinsics_duplicates.py
117117

118+
spell_check:
119+
runs-on: ubuntu-24.04
120+
steps:
121+
- uses: actions/checkout@v4
122+
- uses: crate-ci/[email protected]
123+
118124
build_system:
119125
runs-on: ubuntu-24.04
120126
steps:

_typos.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[default.extend-words]
2+
hsa = "hsa"
3+
olt = "olt"
4+
seh = "seh"
5+
typ = "typ"

0 commit comments

Comments
 (0)