Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit dd86f17

Browse files
committed
chore: fix spell check custom dictionary path
1 parent 7d5234a commit dd86f17

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/config/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matrix:
66
dictionary:
77
encoding: utf-8
88
wordlists:
9-
- .github/config/swift-custom.txt
9+
- .github/config/custom-words.txt
1010
output: .build/dictionary/custom-words.dic
1111
pipeline:
1212
- pyspelling.filters.markdown:

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: tj-actions/changed-files@v22.2
1919
with:
2020
files: |
21-
Sources/**/*
21+
Sources/**/*.swift
2222
Tests/**/*
2323
*.podspec
2424
.github/actions/setup/action.yml

.github/workflows/swift-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: tj-actions/changed-files@v22.2
2525
with:
2626
files: |
27-
Sources/**/*
27+
Sources/**/*.swift
2828
Tests/**/*
2929
Package*.swift
3030
.github/actions/setup/action.yml

.github/workflows/xcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: tj-actions/changed-files@v22.2
2222
with:
2323
files: |
24-
Sources/**/*
24+
Sources/**/*.swift
2525
Tests/**/*
2626
*.xcodeproj/**/*
2727
.github/workflows/xcode.yml

0 commit comments

Comments
 (0)