Skip to content

Commit f574a1a

Browse files
authored
Merge pull request #580 from mkroening/typos-ci
ci: add typos job
2 parents 88f03e3 + 6d6ef5f commit f574a1a

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ jobs:
178178
- name: Check semver
179179
run: cargo +stable semver-checks check-release --default-features
180180

181+
typos:
182+
name: Typos
183+
runs-on: ubuntu-latest
184+
steps:
185+
- uses: actions/checkout@v6
186+
- uses: crate-ci/typos@v1.42.0
187+
181188
kani:
182189
runs-on: ubuntu-latest
183190
steps:

typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[default.extend-words]
2+
AAS = "AAS"
3+
DAA = "DAA"
4+
IST = "IST"
5+
SME = "SME"
6+
UE = "UE"

0 commit comments

Comments
 (0)