Initial commit for GitLab mirror

This commit is contained in:
Andrei Jiroh Halili 2022-04-21 05:18:54 +00:00
commit 5c1b3112b2
2 changed files with 9 additions and 0 deletions

4
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,4 @@
FROM gitpod/workspace-full:latest
RUN bash -lc "source ~/.nvm/nvm-lazy.sh && nvm install --lts && nvm use --lts && nvm install-latest-npm" \
&& npm i -g lib.cli && brew install shellcheck hadolint

5
.gitpod.yml Normal file
View File

@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: |
npm install