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

@ -44,7 +44,7 @@ jobs:
- name: Install
run: |
composer install --no-interaction
npm ci
npm install
- name: Code style checks for PHP, JS and CSS
run: |
composer lint-php