mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 12:36:02 +03:00
Added PHPStan action (#530)
This commit is contained in:
parent
b725ab728e
commit
fb9892f1f8
10
.github/main.workflow
vendored
Normal file
10
.github/main.workflow
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
workflow "Main" {
|
||||||
|
on = "push"
|
||||||
|
resolves = ["PHPStan"]
|
||||||
|
}
|
||||||
|
|
||||||
|
action "PHPStan" {
|
||||||
|
uses = "docker://oskarstark/phpstan-ga"
|
||||||
|
secrets = ["GITHUB_TOKEN"]
|
||||||
|
args = "analyse src/ --level=0"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user