File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 5656 with :
5757 opam_file : ' ./coq-demo.opam'
5858 custom_image : ${{ matrix.image }}
59+
60+ # Remark:
61+ # you may want to add the following badge to your README.md:
62+ # [](https://github.com/$USER/$REPO/actions?query=workflow%3ACI)
63+ # after replacing $USER/$REPO to use your project namespace; note also
64+ # that CI is the workflow name, defined at the beginning of this file.
Original file line number Diff line number Diff line change 55Demo of:
66
77* [ docker-coq-action] ( https://github.com/erikmd/docker-coq-action ) ,
8- * [ Docker-Coq] ( https://hub.docker.com/r/coqorg/coq ) images,
8+ * [ docker-coq] ( https://hub.docker.com/r/coqorg/coq ) and
9+ [ docker-mathcomp] ( https://hub.docker.com/r/mathcomp/mathcomp ) images,
910* and a workflow named [ build-coq-demo.yml] ( ./.github/workflows/build-coq-demo.yml ) ,
1011* relying on [ coq-demo.opam] ( ./coq-demo.opam )
12+
13+ Note: you can add a badge in your ` README.md ` , like that of this demo:
14+
15+ ```
16+ [](https://github.com/$USER/$REPO/actions?query=workflow%3ACI)
17+ ```
18+
19+ after replacing ` $USER/$REPO ` to use your project namespace; note also
20+ that CI is the workflow name, defined at the beginning of [ this file] (
21+ ./.github/workflows/build-coq-demo.yml).
You can’t perform that action at this time.
0 commit comments