CI: Add Codespell linter.

This tool helps catch common typos in code and documentation, which is
particularly useful for our many contributors who are not native
English speakers.

The config is based on the codespell that I ran in
https://github.com/zulip/zulip/pull/18535.
This commit is contained in:
rht
2021-10-18 07:48:08 -04:00
committed by Tim Abbott
parent 5d5cf371d8
commit a3a71487b0
6 changed files with 53 additions and 1 deletions

View File

@@ -100,6 +100,11 @@ jobs:
source tools/ci/activate-venv
./tools/test-tools
- name: Run Codespell lint
run: |
source tools/ci/activate-venv
./tools/run-codespell
- name: Run backend lint
run: |
source tools/ci/activate-venv