Allow to specify no dev or ignore platform#17
Merged
muglug merged 1 commit intopsalm:masterfrom Oct 28, 2020
Merged
Conversation
Member
|
Thanks! |
Contributor
Author
|
Thank you for merging |
|
Oof, this broke our build (https://github.com/marketphase) pretty hard, since the default suddenly changed from 'install including dev-dependencies' to 'install excluding dev-dependencies' 😿 |
Contributor
Author
|
Im sorry about that. Did you see how to get back the old behaviour? + env:
+ REQUIRE_DEV: true |
thanks! I added that to our downstream docker image (we need some PHP exts, so we're building on this one) |
simPod
added a commit
to simPod/psalm-github-actions
that referenced
this pull request
Nov 16, 2020
This was referenced Nov 16, 2020
Merged
franmomu
added a commit
to franmomu/persistence
that referenced
this pull request
Nov 18, 2020
After psalm/psalm-github-actions#17, we need to use a variable to be able to install dev packages before executing psalm.
franmomu
added a commit
to franmomu/persistence
that referenced
this pull request
Nov 18, 2020
After psalm/psalm-github-actions#17, we need to use a variable to be able to install dev packages before executing psalm. This variable was renamed in psalm/psalm-github-actions@0b419a6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will fix #16.
It is from @OskarStark: https://github.com/OskarStark/phpstan-ga/blob/0.12.52/entrypoint.sh#L9-L17