10000 feat: Add Gitpod setup (#216) · TheAlgorithms/TypeScript@7433103 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7433103

Browse files
authored
feat: Add Gitpod setup (#216)
* Add gitpod setup * Update yml file * modified: .gitpod.yml * Modified : .gitpod.yml
1 parent 9fe74ce commit 7433103

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitpod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tasks:
2+
- init: |
3+
npm install && npm test
4+
5+

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ TypeScript Repository of TheAlgorithms, which implements various algorithms and
99

1010
[![Contributions Welcome][welcome]](CONTRIBUTING.md)
1111
[![Discord chat][chat]][discord-server]
12-
13-
12+
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/TypeScript">
13+
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
14+
</a>
1415
</div>
1516

1617
---

0 commit comments

Comments
 (0)
0