BaseItemList: Emit events before and after adding the list item to the list #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
} |