Skip to content

Commit 390a445

Browse files
committed
update codespell.yml
1 parent 4a1f906 commit 390a445

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codespell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3
21+
2122
- name: Codespell
2223
uses: codespell-project/actions-codespell@v2
24+
with:
25+
args: "-c .codespellrc ."

0 commit comments

Comments
 (0)