mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
chore: improve the Gitpod file (#1203)
* chore: improve the Gitpod file
* Updated Documentation in README.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
10
.gitpod.yml
10
.gitpod.yml
@@ -1,3 +1,11 @@
|
||||
github:
|
||||
prebuilds:
|
||||
addBadge: true
|
||||
addComment: false
|
||||
addCheck: false
|
||||
master: true
|
||||
branches: true
|
||||
pullRequestsFromForks: true
|
||||
|
||||
tasks:
|
||||
- init: npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user