We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe014b commit 7226e89Copy full SHA for 7226e89
1 file changed
.github/workflows/codespell.yml
@@ -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