Skip to content

With-K by default to include Class.DecEq.WithK in main file. #21

With-K by default to include Class.DecEq.WithK in main file.

With-K by default to include Class.DecEq.WithK in main file. #21

Workflow file for this run

name: CI
on:
# schedule: [{cron: '0 0 * * *'}]
push: {branches: [master]}
pull_request:
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-rc1
main: Classes
deploy: ${{ github.ref == 'refs/heads/master' }}
token: ${{ secrets.GITHUB_TOKEN }}
ribbon: true
measure-typechecking: true