Home

Awesome

docker-coq-github-action-demo

Docker CI

Demo of:

Note: you can add a badge in your README.md, like that of this demo:

[![Docker CI](https://github.com/$USER/$REPO/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/$USER/$REPO/actions/workflows/build.yml)

after replacing $USER/$REPO to use your project namespace and build.yml with your workflow YAML file name.

Important: this demo repository is not actively maintained, it especially serves now as a coq project example for docker-coq-action's CI, so as a coq or ocaml user, you may be interested to use coq-community's CI templates instead, which also rely on docker-coq-action.