Skip to content

Commit 90a007c

Browse files
committed
Add spell checking job in the CI
1 parent 3d962df commit 90a007c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[default.extend-words]
2+
ba = "ba"
3+
hsa = "hsa"
4+
olt = "olt"
5+
seh = "seh"
6+
typ = "typ"
7+
8+
[files]
9+
extend-exclude = ["src/intrinsic/archs.rs"]

0 commit comments

Comments
 (0)