Skip to content

Commit d440f32

Browse files
committed
Codespell Action
1 parent fb08294 commit d440f32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/codespell.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Codespell
2+
3+
on:
4+
pull_request:
5+
push:
6+
7+
jobs:
8+
codespell:
9+
name: Check for spelling errors
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: codespell-project/actions-codespell@master
15+
with:
16+
skip: *.pem

0 commit comments

Comments
 (0)