- Notifications
You must be signed in to change notification settings - Fork22
Merge pull request #107 from Themodem/feat/update-website-categories#104
This file contains hidden or 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: | |
| push: | |
| branches:[ main ] | |
| pull_request: | |
| branches:[ main ] | |
| jobs: | |
| phpstan: | |
| runs-on:ubuntu-latest | |
| steps: | |
| -uses:actions/checkout@v2 | |
| -name:Install dependencies | |
| run:composer install --prefer-dist --no-progress --dev | |
| -run:composer stan -- --error-format=github |