woodpecker test workflow updated
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -1,9 +1,8 @@
|
|||||||
pipeline:
|
steps:
|
||||||
test:
|
- name: test
|
||||||
image: php:7.4-cli
|
image: php:7.4-cli
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get install -y git
|
- apt-get update && apt-get install -y git
|
||||||
- php -l wpa-superstar-plugin.php # Syntax check
|
- php -l wp-allstars-plugin.php # Syntax check
|
||||||
- php -l admin/settings.php
|
- find . -name *.php -exec php -l {} \;
|
||||||
- php -l includes/speed-functions.php
|
- echo "Basic linting passed"
|
||||||
- echo "Basic linting passed"
|
|
||||||
|
Reference in New Issue
Block a user