Skip to content

Commit f43e9e9

Browse files
authored
chore: remove the discrover typos step (#36)
1 parent 637fa69 commit f43e9e9

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,4 @@ jobs:
9393
uses: actions/upload-artifact@v5
9494
with:
9595
name: MergedResult
96-
path: test_output/final
97-
98-
discover-typos:
99-
name: Discover Typos
100-
runs-on: macOS-13
101-
env:
102-
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
103-
steps:
104-
- uses: actions/checkout@v6
105-
- name: Discover typos
106-
run: |
107-
export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin"
108-
python3 -m pip install --upgrade pip
109-
python3 -m pip install codespell
110-
codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./.git/*"
96+
path: test_output/final

0 commit comments

Comments
 (0)