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 4b6a4da
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/weeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ 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
- run: |
scripts/validate/weeder.sh
cabal update
cabal clean
cabal build -O0 -j all
- uses: freckle/weeder-action@v2
with:
ghc-version: ${{ matrix.compilerVersion }}

0 comments on commit 4b6a4da

Please sign in to comment.