mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
17 lines
510 B
YAML
17 lines
510 B
YAML
name: PHPStan
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
phpstan:
|
|
uses: icinga/github-actions/.github/workflows/phpstan.yml@main
|
|
with:
|
|
dependencies: |
|
|
{
|
|
"/icingaweb2" : "https://github.com/Icinga/icingaweb2.git",
|
|
"/usr/share/icingaweb2-modules/icingadb" : "https://github.com/Icinga/icingadb-web.git",
|
|
"/usr/share/icingaweb2-modules/director" : "https://github.com/Icinga/icingaweb2-module-director.git"
|
|
}
|