Skip to content

Commit 3a6ba01

Browse files
committed
MAINT: Make codespell a Pixi task
1 parent ed06124 commit 3a6ba01

3 files changed

Lines changed: 773 additions & 10 deletions

File tree

.github/workflows/qaqc.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@ 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
24+
- run: pixi run codespell
3325

3426
# borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml
3527
- name: Disable Notebook Execution Before Linkcheck

0 commit comments

Comments
 (0)