Skip to content

Commit 8b96e45

Browse files
committed
Fixup
1 parent 133f398 commit 8b96e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- name: Detect compatibility with supported PHP version
5353
run: >
54-
./vendor/bin/phpcs -s -p --colors
54+
/app/vendor/bin/phpcs -s -p --colors
5555
--standard=PHPCompatibility
5656
--extensions=php
5757
--runtime-set testVersion ${{ matrix.PHPVERSION }}

0 commit comments

Comments
 (0)