Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2020-05-01 01:28:40 +0300
committerPhilipp Hörist <philipp@hoerist.com>2020-05-14 00:25:21 +0300
commitc3511db95533035abd8b342917a42c220205fc02 (patch)
tree52197ff352bab751efedf8bdfee925054ffdb04e /.gitlab-ci.yml
parent8dcf632f1469023e5b7d43b35e7a745f691a516b (diff)
Add a CI pass for codespell
This avoids future typos.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35ff18dff..94f388197 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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