mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 20:46:03 +03:00
11 lines
186 B
HCL
11 lines
186 B
HCL
workflow "Main" {
|
|
on = "push"
|
|
resolves = ["PHPStan"]
|
|
}
|
|
|
|
action "PHPStan" {
|
|
uses = "docker://oskarstark/phpstan-ga"
|
|
secrets = ["GITHUB_TOKEN"]
|
|
args = "analyse src/ --level=0"
|
|
}
|