Files
wpa-superstar-plugin/.woodpecker.yaml
Vladimir D 7e806ab5ed
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
woodpecker test workflow updated
2025-06-02 16:58:15 +04:00

9 lines
244 B
YAML

steps:
- name: test
image: php:7.4-cli
commands:
- apt-get update && apt-get install -y git
- php -l wp-allstars-plugin.php # Syntax check
- find . -name *.php -exec php -l {} \;
- echo "Basic linting passed"