Adding PHPCS and Woodpecker config
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-07-21 12:54:06 -04:00
parent ae60ab50e7
commit 29e7b836d3
2 changed files with 38 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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:
image: php:8.4
depends_on:
- install-deps
commands:
# Run PHPCS using the binary installed in ./vendor/bin/
- ./vendor/bin/phpcs --standard=PSR12 src/