diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b0881..7c3f930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,18 +93,4 @@ jobs: uses: actions/upload-artifact@v5 with: name: MergedResult - path: test_output/final - - discover-typos: - name: Discover Typos - runs-on: macOS-13 - env: - DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer - steps: - - uses: actions/checkout@v6 - - name: Discover typos - run: | - export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin" - python3 -m pip install --upgrade pip - python3 -m pip install codespell - codespell --ignore-words-list="hart,inout,msdos,sur" --skip="./.build/*,./.git/*" \ No newline at end of file + path: test_output/final \ No newline at end of file