Skip to content

Commit 39c266d

Browse files
committed
fix copy&paste mistake in GitHub workflow
removed test/ from lint and phpstan step
1 parent 82e28ef commit 39c266d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: "check PHP version"
4343
run: "php -v"
4444
- name: "lint PHP files"
45-
run: "php -l src/ tests/"
45+
run: "php -l src/"
4646
- name: "install composer dependencies"
4747
run: "composer install --prefer-dist --no-progress"
4848
# PHPStan
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
php_version: "${{ matrix.php-version }}"
5353
configuration: "phpstan.neon"
54-
path: "src/ tests/"
54+
path: "src/"

0 commit comments

Comments
 (0)