Skip to content

Commit

Permalink
Run cabal check on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Dec 30, 2022
1 parent 0d65e83 commit 6fd1be5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: cabal check

- uses: sol/haskell-autotag@v1
id: autotag
with:
prefix: null

- run: cabal sdist
- uses: sol/hackage-publish@dev

- uses: haskell-actions/[email protected]
with:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
publish: true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/dist/
/dist-newstyle/

0 comments on commit 6fd1be5

Please sign in to comment.