Skip to content

Commit 345c8fa

Browse files
Try 2
1 parent 93464f6 commit 345c8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/build-packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Symfony\Component\Finder\Finder;
1010

1111
$finder = (new Finder())
12-
->in([__DIR__.'/../src/*/', __DIR__.'/../examples/'])
12+
->in([__DIR__.'/../src/*/'])
1313
->depth(0)
1414
->name('composer.json')
1515
;

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
6969
- name: Run PHPStan on examples
7070
run: |
71-
cd examples/ && $COMPOSER_UP && $PHPSTAN
71+
cd examples/ && $COMPOSER_UP && ../link && $PHPSTAN

0 commit comments

Comments
 (0)