Open erikmd opened 3 years ago
We should probably document in the README that a standard phrasing for .github/workflows/build.yml is:
.github/workflows/build.yml
name: Docker-Coq CI on: push: branches: - master pull_request: branches: - '**' jobs: build: (…)
We should probably document in the README that a standard phrasing for
.github/workflows/build.yml
is: