Added env file checking step

This commit is contained in:
Dominic Grimm 2022-01-11 18:53:21 +01:00
parent 8526a7e9fa
commit 8ea685b2ff

View file

@ -9,6 +9,10 @@ steps:
commands:
- cd scripts/
- find -name "*.sh" | xargs shellcheck
- name: env
image: alpine
commands:
- . .example.env
- name: ameba-backend
image: veelenga/ameba
commands: