Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeji authored Jan 15, 2024
1 parent fafbd47 commit 228c481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ramsey/composer-install@v2

- name: PHPStan
run: phpstan analyze --no-progress --error-format=checkstyle | cs2pr
run: phpstan analyze src/ --level=9 --no-progress --error-format=checkstyle | cs2pr

phpcs:
name: PhpCS
Expand Down

0 comments on commit 228c481

Please sign in to comment.