- Notifications
You must be signed in to change notification settings - Fork22
Add config to adjust the cache prefix#98
Workflow file for this run
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 |