Add CI file

This commit is contained in:
idanoo 2023-02-07 15:31:52 +13:00
parent 2ad52b8633
commit 0e9df43d88
Signed by: idanoo
GPG Key ID: 387387CDBC02F132

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
# Codestandards
lint:
image: php:8.2
allow_failure: true
script:
- apt update && apt install -y wget unzip git
- wget https://getcomposer.org/composer.phar
- php composer.phar install --dev
- php -d memory_limit=256M vendor/bin/phpcs -s --standard=ruleset.xml