laravel-resque/.gitlab-ci.yml

9 lines
281 B
YAML
Raw Permalink Normal View History

2023-02-07 02:31:52 +00:00
# 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