summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-30 08:30:15 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-08 05:28:42 -0500
commit1a9438594d6d5280dfe43e4e597dd0380963268d (patch)
treee785216d0db8115009ce25e45cb0d2afb76ff99a /.gitlab-ci.yml
parent457a5b9c6eadfd13548f25c5568d5c802d22f411 (diff)
downloadhaskell-1a9438594d6d5280dfe43e4e597dd0380963268d.tar.gz
gitlab-ci: Add lint-notes job
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 6ad237d243..34bc731138 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -192,6 +192,13 @@ ghc-linters:
- if: $CI_MERGE_REQUEST_ID
- *drafts-can-fail-lint
+lint-notes:
+ image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"
+ extends: .lint
+ script:
+ - utils/notes-util/check.sh
+ dependencies: []
+
# Run mypy Python typechecker on linter scripts.
lint-linters:
image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"