mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
idanoo
05cae402b5
- Update composer packages - Added WoodpeckerCI tests - Updated links in composer package - Stricter typing
9 lines
297 B
YAML
9 lines
297 B
YAML
pipeline:
|
|
lint:
|
|
image: php:8.1-cli
|
|
commands:
|
|
- apt update && apt install -y wget unzip git
|
|
- wget https://getcomposer.org/download/latest-stable/composer.phar
|
|
- php composer.phar install --dev
|
|
- php -d memory_limit=256M vendor/bin/phpcs -s --standard=ruleset.xml
|