Skip to content

Commit

Permalink
fix pint errors check
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed Dec 10, 2023
1 parent 147c824 commit 64d0343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: composer update --prefer-dist --no-progress --no-suggest

- name: Perform Style Check
run: vendor/bin/pint
run: vendor/bin/pint --test

- name: Perform PHPStan
run: vendor/bin/phpstan analyse --error-format=github

0 comments on commit 64d0343

Please sign in to comment.