Update .gitignore and add .woodpecker.yml

This commit is contained in:
Marcus Quinn
2025-03-13 17:30:10 +00:00
parent 680d48e349
commit 5f9c34af0e
2 changed files with 12 additions and 1 deletions

9
.woodpecker.yml 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"