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 6bd4b30 commit 03722c7Copy full SHA for 03722c7
.github/main.workflow
@@ -8,3 +8,8 @@ action "PHPQA" {
8
secrets = ["GITHUB_TOKEN"]
9
args = "--report --output=cli"
10
}
11
+
12
+action "composer install" {
13
+ uses = "MilesChou/composer-action@master"
14
+ args = "install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist"
15
+}
0 commit comments