Skip to content
Snippets Groups Projects
Commit c3511db9 authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot Committed by Philipp Hörist
Browse files

Add a CI pass for codespell

This avoids future typos.
parent 8dcf632f
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,12 @@ run-tests:
- pip3 install -I mypy
- pip3 install -I git+https://dev.gajim.org/gajim/python-nbxmpp.git@master
- pip3 install -I pylint==2.4.4
- pip3 install -I codespell
- mypy -V
- mypy gajim
- scripts/dev/pylint-ci.sh --jobs=2 gajim
- python3 -m unittest discover -s test/no_gui -v
- codespell -I codespell.conf gajim
- deactivate
- rm -rf civenv-master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment