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 4a1f906 commit 390a445Copy full SHA for 390a445
.github/workflows/codespell.yml
@@ -18,5 +18,8 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
21
+
22
- name: Codespell
23
uses: codespell-project/actions-codespell@v2
24
+ with:
25
+ args: "-c .codespellrc ."
0 commit comments