No description
- Makefile 51.2%
- Rocq Prover 48.8%
| .github/workflows | ||
| src | ||
| .gitignore | ||
| _CoqProject | ||
| coq-demo.opam | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
docker-coq-github-action-demo
Demo of:
- docker-coq-action,
- docker-coq
- via a CI workflow defined in build-coq-demo.yml,
- relying on a coq-demo.opam package specification.
Note: you can add a badge in your README.md, like that of this demo:
[](https://github.com/tchajed/coq-github-ci-test/actions?query=workflow%3ACI)
after replacing $USER/$REPO to use your project namespace; note also
that CI is the workflow name, defined at the beginning of this file.