summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-07 15:13:49 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-12 13:23:30 -0400
commite05df3e1380989ca00ecd88b6d7d0f4aec5502fb (patch)
tree865c89d7d715ea6226910825e6c5a238f507c1f7 /.gitlab-ci.yml
parentbeaa07d204a779cc509985765a87da95faefb359 (diff)
downloadhaskell-e05df3e1380989ca00ecd88b6d7d0f4aec5502fb.tar.gz
gitlab-ci: Ensure that version number has three components
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 414f8d07e5..6e8d50d5aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,6 +59,7 @@ ghc-linters:
- validate-whitespace .git $(git rev-list $base..$CI_COMMIT_SHA)
- .gitlab/linters/check-makefiles.py $base $CI_COMMIT_SHA
- .gitlab/linters/check-cpp.py $base $CI_COMMIT_SHA
+ - .gitlab/linters/check-version-number.sh
dependencies: []
tags:
- lint