Skip to content

Tweak failure format of shouldThrow #2

Tweak failure format of shouldThrow

Tweak failure format of shouldThrow #2

Workflow file for this run

name: publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cabal check
- uses: sol/haskell-autotag@v1
id: autotag
with:
prefix: null
- run: cabal sdist
- uses: haskell-actions/[email protected]
with:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
publish: true
if: steps.autotag.outputs.created