Skip to content

[ comb ] Add several combinators for some cases of auto-alignment #12

[ comb ] Add several combinators for some cases of auto-alignment

[ comb ] Add several combinators for some cases of auto-alignment #12

Workflow file for this run

---
name: Build
on:
push:
branches:
- '**'
tags:
- '**'
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
build:
name: Build the lib with Idris2 HEAD
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 library
run: pack typecheck prettier