Skip to content

Commit 8141868

Browse files
committed
workflows: Update haskell.yml
Signed-off-by: hololeap <[email protected]>
1 parent bf56190 commit 8141868

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Haskell CI
2-
32
on:
43
push:
54
branches: [ master ]
@@ -39,6 +38,9 @@ jobs:
3938
cabal-version: 'latest'
4039
cabal-update: true
4140

41+
- name: Check cabal file
42+
run: cabal check
43+
4244
- name: Configure the build
4345
run: |
4446
cabal configure --enable-tests --enable-benchmarks --disable-documentation --flag=pedantic
@@ -73,5 +75,5 @@ jobs:
7375
- name: Run tests
7476
run: cabal test all --test-option=--color --test-show-details=streaming --jobs=1
7577

76-
- name: Check cabal file
77-
run: cabal check
78+
- name: Build documentation
79+
run: cabal haddock all

0 commit comments

Comments
 (0)