Skip to content

Commit 926023d

Browse files
committed
Disable spellcheck on GH Actions
1 parent 29efa2c commit 926023d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
print(enchant.list_dicts())
8181
8282
- name: build & test
83+
# TODO: re-enable spelling when https://github.com/sphinx-contrib/spelling/issues/234 fixed
8384
run: |
84-
make html spelling linkcheck \
85+
make html linkcheck \
8586
SPHINXOPTS='-Wn --keep-going' FORCE_COLOR=true
8687
8788
- name: debug sphinx failure

0 commit comments

Comments
 (0)