Skip to content

Commit 239f17c

Browse files
authored
pip install codespell
1 parent b32bcb3 commit 239f17c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
cancel-in-progress: false
3535
steps:
3636
- uses: actions/checkout@v3
37-
- uses: codespell-project/actions-codespell@v1
38-
with:
39-
ignore_words_list: ans,deriver,inout,packag
40-
skip: "*.js,*WordLists.swift"
37+
- run: |
38+
pip install codespell
39+
codespell --count --ignore-words-list=ans,deriver,inout,packag --skip="*.js,*WordLists.swift"
4140
- name: Resolve dependencies
4241
run: swift package resolve
4342
- name: Build

0 commit comments

Comments
 (0)