Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 0657fb2

Browse files
committed
ci: add test folder to php lintint
1 parent 9601478 commit 0657fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: composer install --no-scripts
2525

2626
- name: Lint PHP
27-
run: php -l src/**/*.php
27+
run: php -l src/**/*.php tests/**/*.php
2828

2929
- name: Lint Templates
3030
run: bin/console lint:twig templates

0 commit comments

Comments
 (0)