Last active
November 7, 2024 08:29
-
-
Save dsentker/d922c6cb030daed494a66094233b5853 to your computer and use it in GitHub Desktop.
cpx Makefile
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
psalm-check: install | |
ddev exec "~/.composer/vendor/bin/cpx vimeo/psalm --no-diff" | |
psalm-baseline-set: install | |
ddev exec "~/.composer/vendor/bin/cpx vimeo/psalm psalm --set-baseline=psalm-baseline.xml" | |
install: | |
ddev exec composer global require cpx/cpx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment