Skip to content

[ new ] Add convenient forAlls function returning an HList (#47) #530

[ new ] Add convenient forAlls function returning an HList (#47)

[ new ] Add convenient forAlls function returning an HList (#47) #530

Workflow file for this run

---
name: Build
on:
push:
branches:
- '**'
tags:
- '**'
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
build:
name: Build ${{ github.repository }} with Idris2 latest
runs-on: ubuntu-latest
env:
PACK_DIR: /root/.pack
strategy:
fail-fast: false
container: ghcr.io/stefan-hoeck/idris2-pack:latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build lib
run: pack install hedgehog
- name: Build docs
run: pack typecheck hedgehog-docs
- name: Test lib
run: pack test hedgehog