We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaac6b commit 28ecba2Copy full SHA for 28ecba2
.github/workflows/code-quality.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Run PHPStan on examples
64
run: |
65
- ./link && cd examples/ && $COMPOSER_UP && $PHPSTAN
+ cd examples/ && $COMPOSER_UP && ../link . && $PHPSTAN
66
67
- name: Run PHPStan on packages
68
0 commit comments