Skip to content

Upstream Convertible, HasHsType and their Deriving strategies #54

Upstream Convertible, HasHsType and their Deriving strategies

Upstream Convertible, HasHsType and their Deriving strategies #54

Workflow file for this run

name: CI
on:
# schedule: [{cron: '0 0 * * *'}]
pull_request:
push:
paths:
- '**.agda'
- '*.agda-lib'
- '.github/workflows/**.yml'
branches: [master]
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: omelkonian/setup-agda@master
with:
agda-version: 2.6.4
stdlib-version: 2.0
libraries: |
omelkonian/agda-stdlib-classes#v2.0
main: Main
deploy: ${{ github.ref == 'refs/heads/master' }}
token: ${{ secrets.GITHUB_TOKEN }}
ribbon: true
measure-typechecking: true