Skip to content

Commit 099bf20

Browse files
committed
CI: GitHub: Cabal: add Haddock check
1 parent 3b313a7 commit 099bf20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Cabal-Linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ jobs:
5151
run: cabal v2-build $cabalConfig
5252
- name: "Tests"
5353
run: cabal v2-test $cabalConfig
54+
- name: "Haddock"
55+
if: ${{ matrix.ghc == '8.10' }}
56+
run: cabal v2-haddock $cabalConfig

0 commit comments

Comments
 (0)