Skip to content

Commit 57196eb

Browse files
committed
docs: detail
1 parent 5610858 commit 57196eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a workflow example relying on docker-coq-action
22
name: CI
33

4-
# Controls when the action will run.
5-
# cf. https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
4+
# Controls when the action will run:
5+
# https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
66
# Triggers the workflow on push events or pull request events for the
77
# master branch only:
88
on:
@@ -26,8 +26,8 @@ jobs:
2626
- 8.11
2727
- dev
2828
ocaml_version: ['4.07-flambda']
29-
# at most 20 concurrent jobs per free account
30-
# cf. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
29+
# at most 20 concurrent jobs per free account:
30+
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
3131
max-parallel: 4
3232

3333
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)