File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 60
60
- name : Build root packages
61
61
run : php .github/build-packages.php
62
62
63
- - name : Run PHPStan on packages
64
- run : |
65
- source .github/workflows/.utils.sh
66
-
67
- # Run link script to make Bridge packages available
68
- ./link
69
-
70
- echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_UP && $PHPSTAN)'"
71
-
72
63
- name : Link examples
73
64
working-directory : examples
74
65
run : ../link
81
72
- name : Run PHPStan on examples
82
73
working-directory : examples
83
74
run : $PHPSTAN
75
+
76
+ - name : Run PHPStan on packages
77
+ run : |
78
+ source .github/workflows/.utils.sh
79
+
80
+ # Run link script to make Bridge packages available
81
+ ./link
82
+
83
+ echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_UP && $PHPSTAN)'"
You can’t perform that action at this time.
0 commit comments