Skip to content

Commit 2618538

Browse files
committed
BF: need v2 of codespell action to pick up config from pyproject.toml
1 parent 8f176d2 commit 2618538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818
- name: Codespell
19-
uses: codespell-project/actions-codespell@v1
19+
uses: codespell-project/actions-codespell@v2

0 commit comments

Comments
 (0)