Skip to content

Commit 440f5f0

Browse files
committed
Also run cabal check
1 parent 9024b2c commit 440f5f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
git diff --exit-code
6262
shell: bash
6363

64+
- name: check
65+
run: cabal check
66+
shell: bash
67+
6468
- name: sdist
6569
run: cabal sdist
6670
shell: bash

0 commit comments

Comments
 (0)