We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1da93 commit 2e6a6e4Copy full SHA for 2e6a6e4
.github/workflows/codespell.yml
@@ -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
+ist
+crate
+nd
+wit
+fro
+iterm
+catche
+thn
+hge
+olt
+alo
+ba
0 commit comments