Skip to content

Commit

Permalink
Do cabal check in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 11, 2024
1 parent 0421f89 commit 716236e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
dist-newstyle
key: ${{ runner.os }}-cabal-${{ hashFiles('futhark.cabal', 'cabal.project') }}

- name: cabal check
run: cabal check

- name: Build Futhark
run: |
cabal --version
Expand Down

0 comments on commit 716236e

Please sign in to comment.