Skip to content

update terms and theorems with new mappings #106

update terms and theorems with new mappings

update terms and theorems with new mappings #106

Workflow file for this run

# following https://github.com/coq-community/docker-coq-action
name: Docker CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
workflow_dispatch:
jobs:
build:
# the OS must be GNU/Linux to be able to use the docker-coq-action
runs-on: ubuntu-latest
strategy:
matrix:
coq_version:
- dev
- '8.20'
- '8.19'
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-hol-light.opam'
coq_version: ${{ matrix.coq_version }}