We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebc19f commit 73f2ce4Copy full SHA for 73f2ce4
.github/workflows/haskell.yml
@@ -43,3 +43,5 @@ jobs:
43
run: cabal build --enable-tests --enable-benchmarks all
44
- name: Run tests
45
run: cabal test all
46
+ - name: Build Docs
47
+ run: cabal haddock
0 commit comments