From 635b3ddb378bc462de431b5b1690fdd5768283e9 Mon Sep 17 00:00:00 2001 From: Karl Ostmo Date: Tue, 16 Jul 2024 17:51:02 -0700 Subject: [PATCH] experiment --- .github/workflows/weeder.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weeder.yml b/.github/workflows/weeder.yml index 0ac18ea29..833068863 100644 --- a/.github/workflows/weeder.yml +++ b/.github/workflows/weeder.yml @@ -16,11 +16,25 @@ jobs: gild: name: Weeder runs-on: ubuntu-22.04 + strategy: + matrix: + include: + - compiler: ghc-9.6.5 + compilerKind: ghc + compilerVersion: 9.6.5 + setup-method: ghcup + allow-failure: false steps: - uses: actions/checkout@v4 - - name: Install weeder - run: | - cabal update - cabal install weeder + # - id: mycabal + # uses: freckle/stack-action@v3 + - uses: freckle/weeder-action@v2 + with: + ghc-version: ${{ matrix.compilerVersion }} + + # - name: Install weeder + # run: | + # cabal update + # cabal install weeder - run: | scripts/validate/weeder.sh