Skip to content

Remove redundant -Wno flag #40

Remove redundant -Wno flag

Remove redundant -Wno flag #40

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/[email protected]
- uses: omelkonian/setup-agda@master
with:
agda-version: 2.6.4
stdlib-version: 2.0-rc1
libraries: |
omelkonian/agda-stdlib-classes#v2.0-rc1
main: Main
deploy: ${{ github.ref == 'refs/heads/master' }}
token: ${{ secrets.GITHUB_TOKEN }}
ribbon: true
measure-typechecking: true