From ec2e064cc0f99cb77b5e8e01970daa5be052b078 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Mon, 9 Dec 2024 05:50:33 +0000 Subject: [PATCH] fixup! Add github action for weeder --- .github/workflows/weeder.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weeder.yaml b/.github/workflows/weeder.yaml index 9f179c2bde4..e094edacada 100644 --- a/.github/workflows/weeder.yaml +++ b/.github/workflows/weeder.yaml @@ -28,5 +28,5 @@ jobs: - name: 📐 Check weeder run: | - nix develop -command -- bash -c "cabal build all" - nix develop -command -- bash -c "weeder --require-hs-files" + nix develop --command -- bash -c "cabal build all" + nix develop --command -- bash -c "weeder --require-hs-files"