mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
Added PHPStan action (#530)
This commit is contained in:
parent
b725ab728e
commit
fb9892f1f8
1 changed files with 10 additions and 0 deletions
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…
Add table
Reference in a new issue