Skip to content

Commit 7226e89

Browse files
committed
CI: Add a codespell action
1 parent dbe014b commit 7226e89

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: codespell
2+
on: [push, pull_request]
3+
jobs:
4+
codespell:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v6
8+
- uses: codespell-project/actions-codespell@master
9+
with:
10+
path: src
11+
ignore_words_list: ElseF

0 commit comments

Comments
 (0)