Skip to content

Commit

Permalink
Enable cabal check
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient committed Dec 2, 2023
1 parent 2968c34 commit 3f51e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/hs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
working-directory: hs
- run: cabal test all --test-show-details=direct
working-directory: hs
- run: cabal check
working-directory: hs
- uses: actions/upload-artifact@v3
with:
name: aoc2023-hs
Expand Down
2 changes: 1 addition & 1 deletion hs/aoc2023.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainer: ephemient@gmail.com

-- A copyright notice.
copyright: (c) 2023 Daniel Lin
-- category:
category: None
extra-source-files: README.md

library
Expand Down

0 comments on commit 3f51e6e

Please sign in to comment.