Skip to content

Commit

Permalink
Check Cabal file and Haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst committed Sep 16, 2024
1 parent 763b035 commit 56b5d99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ jobs:
run: |
cabal build test
sudo $(cabal list-bin test)
- name: Check cabal file
run: cabal check

- name: Build documentation
run: cabal haddock all

0 comments on commit 56b5d99

Please sign in to comment.