Use Composer to run PHPStan workflow

This commit is contained in:
Sebastian Meyer 2024-10-23 17:39:11 +02:00
parent e97d706cb5
commit 61d8acdf94
1 changed files with 1 additions and 6 deletions

View File

@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read
steps:
@ -29,8 +28,4 @@ jobs:
php_version: "8.1"
- name: Run PHPStan
uses: php-actions/phpstan@v3
with:
path: bin/ public/ src/
php_version: "8.1"
configuration: phpstan.dist.neon
run: composer phpstan:check