mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
The spelling check job was passing even with spelling errors because the system spell checker (`aspell`) was not installed on the GitHub Actions runner. While `sphinxcontrib.spelling` and `PyEnchant` were installed via pip, they require a system-level spell checker backend to function.
2.1 KiB
2.1 KiB