Skip to content

Commit 3f51e6e

Browse files
committed
Enable cabal check
1 parent 2968c34 commit 3f51e6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/hs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
working-directory: hs
5353
- run: cabal test all --test-show-details=direct
5454
working-directory: hs
55+
- run: cabal check
56+
working-directory: hs
5557
- uses: actions/upload-artifact@v3
5658
with:
5759
name: aoc2023-hs

hs/aoc2023.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainer: [email protected]
1616

1717
-- A copyright notice.
1818
copyright: (c) 2023 Daniel Lin
19-
-- category:
19+
category: None
2020
extra-source-files: README.md
2121

2222
library

0 commit comments

Comments
 (0)