commit 5c1b3112b2c551fa57caad00504245dcdf2149b3 Author: Andrei Jiroh Eugenio Halili Date: Thu Apr 21 05:18:54 2022 +0000 Initial commit for GitLab mirror diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..623a4d7 --- /dev/null +++ b/.gitpod.Dockerfile @@ -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 diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..ef5fb40 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: .gitpod.Dockerfile +tasks: + - init: | + npm install \ No newline at end of file