This commit is contained in:
parent
349acfb1c8
commit
c4fac43857
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user