diff --git a/.gitignore b/.gitignore index bc7d29a..21ee17a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -52,3 +53,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +.aider* diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..60844ed --- /dev/null +++ b/.woodpecker.yml @@ -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" \ No newline at end of file