We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2853d8d commit 564997aCopy full SHA for 564997a
1 file changed
.github/workflows/trunk-push-test.yml
@@ -27,7 +27,7 @@ jobs:
27
npm --version
28
29
- name: PHP Syntax check
30
- working-directory: ./src/php
+ working-directory: ./
31
run: find . \( -name '*.php' \) -exec php -lf {} \;
32
33
- name: Set up composer
0 commit comments