Skip to content

Commit 326daef

Browse files
authored
ci: add .gitpod.yml (#791)
1 parent a48a8e1 commit 326daef

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.gitpod.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# https://gitpod.io/#https://github.com/chimurai/http-proxy-middleware
2+
# https://www.gitpod.io/docs/config-gitpod-file
3+
4+
tasks:
5+
- init: |
6+
yarn install
7+
yarn build
8+
yarn test --maxWorkers=30%
9+
10+
github:
11+
# https://www.gitpod.io/docs/prebuilds/#configure-prebuilds
12+
prebuilds:
13+
master: true
14+
branches: true
15+
pullRequests: true
16+
pullRequestsFromForks: true
17+
addCheck: true
18+
addComment: false
19+
addBadge: true
20+
21+
vscode:
22+
extensions:
23+
- bierner.markdown-preview-github-styles
24+
- dbaeumer.vscode-eslint
25+
- eamodio.gitlens
26+
- EditorConfig.EditorConfig
27+
- esbenp.prettier-vscode
28+
- streetsidesoftware.code-spell-checker
29+
- yzhang.markdown-all-in-one

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"tsconfig.tsbuildinfo",
1010
"package.json",
1111
"yarn.lock",
12+
".gitpod.yml",
1213
"*.tgz"
1314
],
1415
"dictionaryDefinitions": [

0 commit comments

Comments
 (0)