Skip to content

Update documentation files #42

Update documentation files

Update documentation files #42

Workflow file for this run

name: Build project
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Coq
run: |
brew update
brew install ocaml-findlib coq
- name: Build
run: |
coqc -v
coq_makefile -f _CoqProject -o Makefile
make