We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e7157 commit c040d92Copy full SHA for c040d92
1 file changed
.github/workflows/codespell.yml
@@ -5,6 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v3
8
- - uses: codespell-project/actions-codespell@v2
9
- - with:
10
- ignore_words_list: struc
+ - name: codespell
+ uses: codespell-project/actions-codespell@v2
+ with:
11
+ ignore_words_list: struc
0 commit comments