Skip to content

Commit 2af0c29

Browse files
authored
Update macOS-tests.yml
1 parent 3f1f80a commit 2af0c29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
cancel-in-progress: false
3535
steps:
3636
- uses: actions/checkout@v3
37-
- run: |
38-
pip3 install codespell || python3 -m pip install codespell
37+
- name: Discover typos
38+
run: |
39+
pip3 install --upgrade pip
40+
pip3 install codespell
3941
codespell --count --ignore-words-list=ans,deriver,inout,packag --skip="*.js,*WordLists.swift"
4042
- name: Resolve dependencies
4143
run: swift package resolve

0 commit comments

Comments
 (0)