Skip to content

Commit 54df4e2

Browse files
MAINT: Remove codespell from qaqc.yml (#375)
1 parent ed06124 commit 54df4e2

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/qaqc.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ jobs:
2121

2222
- uses: ./.github/actions/setup-pixi
2323

24-
# NOTE: this isn't a comprehensive spellcheck, just common typos
25-
- name: Spellcheck
26-
if: always()
27-
uses: codespell-project/actions-codespell@v2
28-
with:
29-
check_filenames: true
30-
check_hidden: true
31-
skip: '.git,*.js,qaqc.yml'
32-
ignore_words_list: hist,nd
33-
3424
# borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml
3525
- name: Disable Notebook Execution Before Linkcheck
3626
if: always()

0 commit comments

Comments
 (0)