Skip to content

Commit 561eb1c

Browse files
authored
Don’t analyze
1 parent 6a29977 commit 561eb1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ jobs:
3838
run: |
3939
pip3 install --upgrade pip
4040
pip3 install codespell
41-
codespell --count --ignore-words-list=ans,deriver,inout,packag --skip="*.js,*WordLists.swift"
41+
codespell # See .codespellrc for args
4242
- name: SwiftLint
4343
run: |
4444
swiftlint --fix
45-
# swiftlint analyze
4645
- name: Resolve dependencies
4746
run: swift package resolve
4847
- name: Build

0 commit comments

Comments
 (0)