Skip to content

Commit

Permalink
ref: clarify tested_coq_opam_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed May 26, 2020
1 parent dfd90f9 commit 12f7080
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Yaml Lint
on: [push]
on: [push, pull_request]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ keys:
item_fields:
- version:
required: true
description: >
Docker tag supported by coqorg/coq:
https://github.com/coq-community/docker-coq/wiki#supported-tags
Quote the strings, otherwise '8.10' becomes '8.1'.
used:
- .travis.yml
- documentation:
Expand Down Expand Up @@ -275,6 +279,10 @@ keys:
item_fields:
- version:
required: true
description: >
Docker tag supported by coqorg/coq:
https://github.com/coq-community/docker-coq/wiki#supported-tags
Quote the strings, otherwise '8.10' becomes '8.1'.
used:
- .travis.yml
- coq-action.yml
Expand Down

0 comments on commit 12f7080

Please sign in to comment.