Compare commits
4 commits
issue-15-i
...
issue-15-f
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d039e2b63 | |||
| 5df5588b84 | |||
| 9503b13aee | |||
| 29751dda93 |
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
@ -26,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run composer install if composer.json exists
|
- name: Run composer install if composer.json exists
|
||||||
run: |
|
run: |
|
||||||
rm composer.lock
|
[ -f composer.lock ] && rm composer.lock
|
||||||
composer validate --no-check-publish
|
composer validate --no-check-publish
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
console.log('WE LOVE TYPO3');
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue