Skip to content

Done up to the FinLatticeTheory section #132

Done up to the FinLatticeTheory section

Done up to the FinLatticeTheory section #132

Workflow file for this run

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
image:
- mathcomp/mathcomp:1.12.0-coq-8.12
- mathcomp/mathcomp:1.12.0-coq-8.13
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: coq-community/docker-coq-action@v1
with:
custom_image: ${{ matrix.image }}