Skip to content

Bump haskell-actions/hlint-scan in the github-actions group #117

Bump haskell-actions/hlint-scan in the github-actions group

Bump haskell-actions/hlint-scan in the github-actions group #117

Workflow file for this run

on:
- push
- pull_request
name: cabal build with ghc 9.6
jobs:
runhaskell:
name: cabal test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
submodules: true
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
with:
ghc-version: '9.6.3'
cabal-version: '3.10.2.0'
- run: cabal build --dependencies-only --project-file ghc96.cabal.project all
- run: cabal build --project-file ghc96.cabal.project all
- run: cabal test --project-file ghc96.cabal.project all