Skip to content

Commit 03722c7

Browse files
author
Nico Oelgart
authored
Update main.workflow
1 parent 6bd4b30 commit 03722c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/main.workflow

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ action "PHPQA" {
88
secrets = ["GITHUB_TOKEN"]
99
args = "--report --output=cli"
1010
}
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

Comments
 (0)