Skip to content

Add cabal-doctest

Add cabal-doctest #5

Workflow file for this run

name: cabal-doctest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: 0 0 * * *
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- macos-12
- windows-latest
steps:
- uses: actions/checkout@v3
- run: cabal --version
- run: cabal update
- run: cabal install
- run: cabal doctest