Skip to content

Updated agda and std-lib version, added agda2hs #44

Updated agda and std-lib version, added agda2hs

Updated agda and std-lib version, added agda2hs #44

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
check:
name: Typecheck Agda
runs-on: ubuntu-latest # or macOS-latest, or windows-latest
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
# Setup Agda 2.6.4.1 with version 2.0 of agda-stdlib and
# uses standard-library as default
- name: ❄ Setup Agda
uses: wenkokke/setup-agda@v2
with:
agda-version: '2.6.4.1'
agda-stdlib-version: '2.0'
agda-defaults: |
standard-library
agda-libraries: |
https://github.com/agda/agda2hs.git#v1.2
- name: ❓ Typecheck
run: |
make typecheck