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 93464f6 commit 345c8faCopy full SHA for 345c8fa
.github/build-packages.php
@@ -9,7 +9,7 @@
9
use Symfony\Component\Finder\Finder;
10
11
$finder = (new Finder())
12
- ->in([__DIR__.'/../src/*/', __DIR__.'/../examples/'])
+ ->in([__DIR__.'/../src/*/'])
13
->depth(0)
14
->name('composer.json')
15
;
.github/workflows/code-quality.yaml
@@ -68,4 +68,4 @@ jobs:
68
69
- name: Run PHPStan on examples
70
run: |
71
- cd examples/ && $COMPOSER_UP && $PHPSTAN
+ cd examples/ && $COMPOSER_UP && ../link && $PHPSTAN
0 commit comments