mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 08:01:59 +00:00
Add CI file
This commit is contained in:
parent
2ad52b8633
commit
0e9df43d88
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user