Skip to content

Commit f67f8f8

Browse files
committed
Use project phpcs binary in CI
1 parent eb9aab5 commit f67f8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
- name: Run PHP CodeSniffer
220220
run: |
221221
if [ -f phpcs.xml ] || [ -f phpcs.xml.dist ]; then
222-
phpcs
222+
vendor/bin/phpcs
223223
else
224224
echo "No PHPCS configuration found, skipping..."
225225
fi
@@ -232,4 +232,4 @@ jobs:
232232
else
233233
echo "No PHPStan configuration found, skipping..."
234234
fi
235-
continue-on-error: true
235+
continue-on-error: true

0 commit comments

Comments
 (0)