From b154fa00d7cf43a71632895cb5bcc7778511b535 Mon Sep 17 00:00:00 2001 From: Vladimir Logachev Date: Wed, 22 May 2024 05:41:35 +0400 Subject: [PATCH] Get rid of weeder --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a6539c..7a62ddf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,10 +53,6 @@ jobs: stack-arguments: --copy-bins stack-build-arguments: --pedantic --copy-bins - - uses: freckle/weeder-action@v2 - with: - ghc-version: ${{ steps.stack.outputs.compiler-version }} - - uses: haskell/actions/hlint-setup@v2 - uses: haskell/actions/hlint-run@v2