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 03722c7 commit b62638fCopy full SHA for b62638f
.github/main.workflow
@@ -1,6 +1,6 @@
1
workflow "Main" {
2
on = "push"
3
- resolves = ["PHPQA"]
+ resolves = ["composer install", "PHPQA"]
4
}
5
6
action "PHPQA" {
0 commit comments