diff options
author | Ben Gamari <ben@well-typed.com> | 2021-11-09 16:54:21 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-12 21:23:51 -0500 |
commit | cce3a0257908c01c25a698c3b53c4d64bbe9bb03 (patch) | |
tree | 567fea7f4fba29dfec5d486c8d9a9b8e2ffe566c /.gitlab-ci.yml | |
parent | e41cffb0aa4a34e77006be4f35a3ae82fce15542 (diff) | |
download | haskell-cce3a0257908c01c25a698c3b53c4d64bbe9bb03.tar.gz |
Fix it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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: |