We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0e4c6 commit fe8a9efCopy full SHA for fe8a9ef
1 file changed
.github/workflows/codespell.yml
@@ -0,0 +1,12 @@
1
+---
2
+name: Codespell - Spellcheck
3
+
4
+on: # yamllint disable-line rule:truthy
5
+ push:
6
+ branches: [master]
7
+ pull_request:
8
9
10
+jobs:
11
+ codespell:
12
+ uses: "dev-sec/.github/.github/workflows/codespell.yml@main"
0 commit comments