remove package locks and Robo configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-05-22 18:19:17 +02:00
parent 2cb4b62df3
commit 2a228fc39c
9 changed files with 7 additions and 13881 deletions

View File

@@ -6,9 +6,9 @@ steps:
- name: composer-install
image: composer:2
commands:
- composer install --ignore-platform-reqs
- composer install --ignore-platform-req=php
- name: lint-php
image: php:7.4
image: composer:2
commands:
- ./vendor/bin/phpcs
depends_on:
@@ -16,7 +16,7 @@ steps:
- name: node-install
image: node:14
commands:
- npm ci
- npm install
- name: lint-assets
image: node:14
commands: