Skip to content

Commit 2668ae8

Browse files
jplattelnicola
authored andcommitted
ci: Check for typos
1 parent afc196c commit 2668ae8

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/workflows/typos.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Typos
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [src]
7+
pull_request:
8+
branches: [src]
9+
10+
jobs:
11+
typos:
12+
name: Check
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: crate-ci/[email protected]

.typos.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[default]
2+
extend-ignore-re = [
3+
"JodChild",
4+
"JodGroupChild",
5+
"Lukas Wirth",
6+
"\\*\\*S\\*\\*tructural \\*\\*S\\*\\*earch \\*\\*R\\*\\*eplace",
7+
]
8+
9+
[files]
10+
extend-exclude = [
11+
"css/*.min.css",
12+
"css/*.css.map",
13+
"fonts/*",
14+
]

0 commit comments

Comments
 (0)