Skip to content

Commit 564997a

Browse files
committed
Update push checks to the new directory structure
1 parent 2853d8d commit 564997a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trunk-push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
npm --version
2828
2929
- name: PHP Syntax check
30-
working-directory: ./src/php
30+
working-directory: ./
3131
run: find . \( -name '*.php' \) -exec php -lf {} \;
3232

3333
- name: Set up composer

0 commit comments

Comments
 (0)