Files
colossus/.woodpecker.yml
T
gballan 936cf80ceb
ci/woodpecker/push/woodpecker Pipeline failed
Updating PHPCS run command in woodpecker
2026-07-21 13:13:30 -04:00

14 lines
242 B
YAML

steps:
install-deps:
image: composer:2
commands:
- composer install --no-progress --no-interaction --prefer-dist
phpcs:
image: php:8.4
depends_on:
- install-deps
commands:
- ./vendor/bin/phpcs src/