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 d0e860a commit bb76c58Copy full SHA for bb76c58
.github/main.workflow
@@ -29,7 +29,7 @@ action "composer-require-checker" {
29
}
30
31
action "Code style check" {
32
- uses = "docker://phpdoc/phpcs-ga:latest"
+ uses = "docker://phpdoc/phpcs-ga:master"
33
secrets = ["GITHUB_TOKEN"]
34
args = "-d memory_limit=1024M -s"
35
needs = ["composer"]
0 commit comments