Skip to content

Commit 2e6a6e4

Browse files
committed
ci: add codespell job
1 parent 5f1da93 commit 2e6a6e4

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/codespell.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: codespell
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
codespell:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: codespell-project/actions-codespell@v2
11+
with:
12+
ignore_words_file: spelling.ignore.txt

spelling.ignore.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ist
2+
crate
3+
nd
4+
wit
5+
fro
6+
iterm
7+
catche
8+
thn
9+
hge
10+
olt
11+
alo
12+
ba

0 commit comments

Comments
 (0)