Files
wpa-superstar-plugin/.woodpecker.yaml
Vladimir D 5413e5c8ff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
woodpecker test workflow updated
2025-06-02 16:52:06 +04:00

10 lines
278 B
YAML

steps:
- name: test
image: php:7.4-cli
commands:
- apt-get update && apt-get install -y git
- php -l wpa-superstar-plugin.php # Syntax check
- php -l admin/settings.php
- php -l includes/speed-functions.php
- echo "Basic linting passed"