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 b641b6a commit 2d4c6baCopy full SHA for 2d4c6ba
.codespellrc
@@ -0,0 +1,2 @@
1
+[codespell]
2
+skip = .github,.codespellrc
.github/workflows/codespell.yml
@@ -0,0 +1,14 @@
+name: codespell
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
8
9
+jobs:
10
+ codespell:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v6
14
+ - uses: codespell-project/actions-codespell@v2
0 commit comments