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 dae2bde commit bf67a46Copy full SHA for bf67a46
.github/workflows/phpstan.yml
@@ -13,7 +13,9 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Setup composer dependencies
15
run: .github/jobs/composer_setup.sh
16
- - uses: php-actions/phpstan@v3
+ - name: Show the phpstan version
17
+ run: webapp/vendor/phpstan/phpstan/phpstan --version
18
+ - uses: php-actions/[email protected]
19
with:
20
configuration: webapp/phpstan.dist.neon
21
path: webapp/src webapp/tests
0 commit comments