Skip to content

Commit

Permalink
use haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 96ed6d3 commit 39cc008
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ jobs:
steps:
- name: Clone project
uses: actions/checkout@v2
- name: Install Stack
run: stack --version || curl -sSL https://get.haskellstack.org/ | sh
- name: Setup Haskell
uses: haskell-actions/[email protected]
with:
enable-stack: true
stack-version: 'latest'
stack-no-global: true
cabal-update: false
- name: Build and run tests
shell: bash
run: |
Expand Down

0 comments on commit 39cc008

Please sign in to comment.