Skip to content

Commit 19efa27

Browse files
committed
Make phpstan not use cache in workflows
1 parent 2961c3e commit 19efa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
run: composer install --no-interaction --no-suggest --no-progress --no-scripts
6969

7070
- name: PHPStan
71-
run: vendor/bin/phpstan --memory-limit=-1 --error-format=github
71+
run: vendor/bin/phpstan --memory-limit=-1 --debug --error-format=github

0 commit comments

Comments
 (0)