Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jul 17, 2024
1 parent 7c37698 commit 635b3dd
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/weeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 635b3dd

Please sign in to comment.