Skip to content

Commit

Permalink
Use Composer to run PHPStan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Oct 23, 2024
1 parent e97d706 commit 61d8acd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read

steps:
Expand All @@ -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

0 comments on commit 61d8acd

Please sign in to comment.