We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580c890 commit 161b894Copy full SHA for 161b894
.github/workflows/phpstan.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Setup composer dependencies
15
run: .github/jobs/composer_setup.sh
16
+ - run: find lib/vendor --name phpstan
17
- name: Show the phpstan version
18
run: lib/vendor/phpstan/phpstan/phpstan --version
19
- uses: php-actions/[email protected]
0 commit comments