4 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
name: Build
on:
@@ -26,7 +27,7 @@ jobs:
- name: Run composer install if composer.json exists
run: |
rm composer.lock
[ -f composer.lock ] && rm composer.lock
composer validate --no-check-publish
- name: Set up Node.js

View File

@@ -1 +0,0 @@
console.log('WE LOVE TYPO3');