First article #1

Merged
polpetta merged 16 commits from first_article into master 2021-05-19 10:24:45 +02:00
Showing only changes of commit d2f1799483 - Show all commits

View File

@ -3,12 +3,15 @@ type: docker
name: default
steps:
- name: lfs
image: alpine/git
commands:
- git lfs install
- git lfs pull
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- ls -lah
- ls -lah themes
- name: lint checks
image: node:14.16-alpine
commands: