We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9420d5 commit 46d99d9Copy full SHA for 46d99d9
Makefile
@@ -58,6 +58,9 @@ composer-unused: ## Ensure we don't require any package we don't use in this pac
58
backward-compatibility-check: ## Check code for backwards incompatible changes
59
$(DOCKER_RUN) vendor/bin/roave-backward-compatibility-check || true
60
61
+shell: ## Provides Shell access in the expected environment ###
62
+ $(DOCKER_RUN) ash
63
+
64
task-list-ci:
65
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | grep -v "###" | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "%s\n", $$1}' | jq --raw-input --slurp -c 'split("\n")| .[0:-1]'
66
0 commit comments