Files
colossus/.woodpecker.yml
T
gballan 29e7b836d3
ci/woodpecker/push/woodpecker Pipeline failed
Adding PHPCS and Woodpecker config
2026-07-21 12:54:06 -04:00

16 lines
423 B
YAML

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/