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 b8cb4a3 commit 22674e0Copy full SHA for 22674e0
.github/workflows/code-quality.yaml
@@ -60,12 +60,12 @@ jobs:
60
- name: Build root packages
61
run: php .github/build-packages.php
62
63
+ - name: Run PHPStan on examples
64
+ run: |
65
+ cd examples/ && $COMPOSER_UP && ../link && $PHPSTAN
66
+
67
- name: Run PHPStan on packages
68
run: |
69
source .github/workflows/.utils.sh
70
71
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_UP && $PHPSTAN)'"
-
- - name: Run PHPStan on examples
- run: |
- cd examples/ && $COMPOSER_UP && $PHPSTAN
0 commit comments