From 93159cb3ce075ae1abf326b6e76b22a7bfb44aed Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Mon, 22 Dec 2025 14:39:06 +0400 Subject: [PATCH] chore: remove the discrover typos step --- .github/workflows/ci.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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