Updating PHPCS run command in woodpecker
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-07-21 13:13:30 -04:00
parent cc87af5ef0
commit 936cf80ceb
+1 -3
View File
@@ -2,7 +2,6 @@ steps:
install-deps:
image: composer:2
commands:
# Install dependencies without dev-interaction, ignoring platform reqs if using a generic image
- composer install --no-progress --no-interaction --prefer-dist
phpcs:
@@ -10,6 +9,5 @@ steps:
depends_on:
- install-deps
commands:
# Run PHPCS using the binary installed in ./vendor/bin/
- ./vendor/bin/phpcs --standard=PSR12 src/
- ./vendor/bin/phpcs src/