Skip to content

Commit

Permalink
Add PHPStan to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Nov 28, 2023
1 parent 4036c38 commit 6f1c2f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: vendor/bin/php-cs-fixer fix --diff --dry-run

- name: PHPStan
if: always() && steps.install.outcome == 'success'
run: vendor/bin/phpstan analyse

- name: Rector
if: always() && steps.install.outcome == 'success'
run: vendor/bin/rector process src --clear-cache --dry-run
Expand Down

0 comments on commit 6f1c2f8

Please sign in to comment.