summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-10-24 12:01:09 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-25 09:04:16 -0400
commitacedfc8b8706a92127c96f487e3e3b1636451704 (patch)
treea9c4503122b95db1c945a64afd418c00f0adbafd /.gitlab-ci.yml
parent519f5162614df6d705de3dce23384d63a2b2b81d (diff)
downloadhaskell-acedfc8b8706a92127c96f487e3e3b1636451704.tar.gz
gitlab-ci: Run check-uniques during lint job
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 864420a003..3ad5a7bd80 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,6 +64,7 @@ ghc-linters:
- .gitlab/linters/check-makefiles.py $base $CI_COMMIT_SHA
- .gitlab/linters/check-cpp.py $base $CI_COMMIT_SHA
- .gitlab/linters/check-version-number.sh
+ - python3 utils/checkUniques/check-uniques.py .
dependencies: []
tags:
- lint