From 375dba9dd17a1fb8ed9dbe0cec7f415d934f1531 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 31 Aug 2021 22:53:18 +0200 Subject: [PATCH] Improve hlint job --- .gitlab-ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81aaf4b..eb2552b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -527,15 +527,9 @@ release:windows: hlint: stage: hlint extends: - - .alpine:64bit - before_script: - - ./.gitlab/before_script/linux/alpine/install_deps.sh + - .debian script: - - ./.gitlab/script/hlint.sh - variables: - GHC_VERSION: "8.10.6" - CABAL_VERSION: "3.4.0.0" - JSON_VERSION: "0.0.4" + - curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s -- -r lib/ test/ allow_failure: true artifacts: expire_in: 2 week