Skip to content

Commit c040d92

Browse files
authored
Update codespell.yml
1 parent 99e7157 commit c040d92

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3
8-
- uses: codespell-project/actions-codespell@v2
9-
- with:
10-
ignore_words_list: struc
8+
- name: codespell
9+
uses: codespell-project/actions-codespell@v2
10+
with:
11+
ignore_words_list: struc

0 commit comments

Comments
 (0)