Skip to content

Commit 6429dfd

Browse files
vil02tjgurwara99
andauthored
chore: add basic gitpod configuration (TheAlgorithms#643)
* chore: add basic gitpod configuration * Apply suggestions from code review Co-authored-by: Taj <[email protected]> --------- Co-authored-by: Taj <[email protected]>
1 parent 0b4b2de commit 6429dfd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .gitpod.dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM gitpod/workspace-go

Diff for: .gitpod.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
image:
3+
file: .gitpod.dockerfile
4+
5+
tasks:
6+
- init: |
7+
echo "Welcome to TheAlgorithms/Go"

0 commit comments

Comments
 (0)