Skip to content

Commit bdaca4f

Browse files
committed
ci: lint php only
1 parent 0a5e3d4 commit bdaca4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Lint
2626
uses: docker://ecoding/php:8.0
2727
with:
28-
args: ./vendor/bin/phpcs --standard=PSR12 app/ tests/
28+
args: ./vendor/bin/phpcs --extensions=php --standard=PSR12 app/ tests/
2929

3030
- name: test
3131
uses: docker://ecoding/php:8.0

0 commit comments

Comments
 (0)