From 90834dd9a854931c6faec326a1504bb95199b58b Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:21:31 +0800 Subject: [PATCH] MAINT: Remove codespell from qaqc.yml We already have it in our pre-commit hooks Followup from https://github.com/xarray-contrib/xarray-tutorial/pull/374 --- .github/workflows/qaqc.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/qaqc.yaml b/.github/workflows/qaqc.yaml index 312327fc..d29db2de 100644 --- a/.github/workflows/qaqc.yaml +++ b/.github/workflows/qaqc.yaml @@ -21,16 +21,6 @@ jobs: - uses: ./.github/actions/setup-pixi - # NOTE: this isn't a comprehensive spellcheck, just common typos - - name: Spellcheck - if: always() - uses: codespell-project/actions-codespell@v2 - with: - check_filenames: true - check_hidden: true - skip: '.git,*.js,qaqc.yml' - ignore_words_list: hist,nd - # borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml - name: Disable Notebook Execution Before Linkcheck if: always()