Skip to content

Commit b32bcb3

Browse files
authored
GitHub Actions: Add codespell to find typos
Use https://github.com/codespell-project/actions-codespell to discover typos like #743, #745, #746, #747, #748
1 parent c5f82ff commit b32bcb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ 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"
3741
- name: Resolve dependencies
3842
run: swift package resolve
3943
- name: Build

0 commit comments

Comments
 (0)