php-lint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
mitch 2026-07-06 13:32:57 -07:00
parent 349acfb1c8
commit c4fac43857

View File

@ -1,5 +1,12 @@
steps:
hello:
image: alpine:latest
# 疎通テスト
# hello:
# image: alpine:latest
# commands:
# - echo "Woodpecker is working!"
# PHPのLintテスト
php-lint:
image: php:8.3-cli
commands:
- echo "Woodpecker is working!"
- find . -name "*.php" -print0 | xargs -0 -n1 php -l