summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2021-11-09 16:54:21 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-12 21:23:51 -0500
commitcce3a0257908c01c25a698c3b53c4d64bbe9bb03 (patch)
tree567fea7f4fba29dfec5d486c8d9a9b8e2ffe566c
parente41cffb0aa4a34e77006be4f35a3ae82fce15542 (diff)
downloadhaskell-cce3a0257908c01c25a698c3b53c4d64bbe9bb03.tar.gz
Fix it
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eed995062e..528deee4d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -193,14 +193,11 @@ ghc-linters:
# Run mypy Python typechecker on linter scripts.
lint-linters:
- stage: tool-lint
image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV"
extends: .lint
script:
- mypy .gitlab/linters/*.py
dependencies: []
- tags:
- - lint
# Check that .T files all parse by listing broken tests.
lint-testsuite: