summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-17 13:46:30 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-17 13:50:14 +0100
commitf0944f2e18485dfa693a252956efe0896d225ab7 (patch)
tree430508edeaf9a1b3c0d03728f3cc1dea1ef9222c /.gitlab-ci.yml
parent3d635b500a4a007ca0c5f732a9644b44472636e5 (diff)
ci: Check spelling using codespell.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d105323b..8a595d6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ test:
- rustc --version
- cargo --version
- clang --version
+ - make codespell CODESPELL_FLAGS=--summary
- SEQUOIA_CTEST_VALGRIND=/usr/bin/valgrind make test
- make
- make -C tool update-usage