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 3d962df commit 90a007cCopy full SHA for 90a007c
.github/workflows/ci.yml
@@ -115,6 +115,12 @@ jobs:
115
- uses: actions/checkout@v4
116
- run: python tools/check_intrinsics_duplicates.py
117
118
+ spell_check:
119
+ runs-on: ubuntu-24.04
120
+ steps:
121
+ - uses: actions/checkout@v4
122
+ - uses: crate-ci/[email protected]
123
+
124
build_system:
125
runs-on: ubuntu-24.04
126
steps:
_typos.toml
@@ -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