woodpecker pipeline file renamed

This commit is contained in:
Vladimir D
2025-06-02 16:48:28 +04:00
parent 0fc2009391
commit 33ef75695c

9
.woodpecker.yaml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
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"