Skip to content

Commit 7b9b246

Browse files
committed
feat: Configure the Gitpod ready-to-code system
1 parent dba43f7 commit 7b9b246

File tree

3 files changed

+6315
-6462
lines changed

3 files changed

+6315
-6462
lines changed

.gitpod.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: npm install
7+
8+
9+
github:
10+
prebuilds:
11+
addBadge: true
12+
addComment: false
13+
addCheck: false
14+
master: true
15+
branches: true
16+
pullRequestsFromForks: true

0 commit comments

Comments
 (0)