1 parent ed06124 commit 54df4e2Copy full SHA for 54df4e2
1 file changed
.github/workflows/qaqc.yaml
@@ -21,16 +21,6 @@ jobs:
21
22
- uses: ./.github/actions/setup-pixi
23
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
-
34
# borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml
35
- name: Disable Notebook Execution Before Linkcheck
36
if: always()
0 commit comments