summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc92c3ce..23156089 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -230,6 +230,13 @@ iwyu:
- schedules
- /^gnome-\d+-\d+$/
+codespell:
+ when: on_success
+ stage: source_check
+ image: "docker.io/bilelmoussaoui/codespell"
+ script:
+ - codespell -S "*.png,*.po,*.jpg,.git,NEWS" -f --builtin "code,clear" --ignore-words-list="afterall,befores,files',filetest,gir,inout,stdio,uint,upto,xdescribe"
+
#############################################
# Manual Jobs #
#############################################