-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opam_file should not be mandatory #26
Comments
But what would be the default in case you don't set |
Make the default script error if it's not there. It seems fine to make having neither custom script nor opam file a runtime error, rather than picking one of them and making it an earlier runtime error to not have that one. |
Another solution would be for the default script to look for a unique name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coq-community/docker-coq-action@v1 WDYT @erikmd? |
Hi, admittedly in the docker-coq-action snippet I suggested on Zulip, the fact one has to put a dummy
As a result:
@Zimmi48 @JasonGross: If this new semantics look good to you, I'll open a PR. |
Looks terrific! |
* This also enables the following feature: compiling a Coq project containing several *.opam files in one go. Close #26
Since |
It doesn't seem necessary, and I'd rather not be forced to pass a dummy string / create a dummy opam file.
The text was updated successfully, but these errors were encountered: