From 716b8250bbcc7bcc86e9322b9ce673cdbfdc4aa7 Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Sat, 18 Jun 2022 13:29:24 +0000 Subject: [PATCH] ci: add .gitpod.yml --- .gitpod.yml | 29 +++++++++++++++++++++++++++++ cspell.json | 1 + 2 files changed, 30 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..1bb17c09 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,29 @@ +# https://gitpod.io/#https://github.com/chimurai/http-proxy-middleware +# https://www.gitpod.io/docs/config-gitpod-file + +tasks: + - init: | + yarn install + yarn build + yarn test --maxWorkers=30% + +github: + # https://www.gitpod.io/docs/prebuilds/#configure-prebuilds + prebuilds: + master: true + branches: true + pullRequests: true + pullRequestsFromForks: true + addCheck: true + addComment: false + addBadge: true + +vscode: + extensions: + - bierner.markdown-preview-github-styles + - dbaeumer.vscode-eslint + - eamodio.gitlens + - EditorConfig.EditorConfig + - esbenp.prettier-vscode + - streetsidesoftware.code-spell-checker + - yzhang.markdown-all-in-one diff --git a/cspell.json b/cspell.json index a35f8fcb..ad80df4d 100644 --- a/cspell.json +++ b/cspell.json @@ -9,6 +9,7 @@ "tsconfig.tsbuildinfo", "package.json", "yarn.lock", + ".gitpod.yml", "*.tgz" ], "dictionaryDefinitions": [