Skip to content

Commit

Permalink
chore: add basic gitpod configuration (#643)
Browse files Browse the repository at this point in the history
* chore: add basic gitpod configuration

* Apply suggestions from code review

Co-authored-by: Taj <[email protected]>

---------

Co-authored-by: Taj <[email protected]>
  • Loading branch information
vil02 and tjgurwara99 authored Jul 25, 2023
1 parent 0b4b2de commit 6429dfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM gitpod/workspace-go
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
image:
file: .gitpod.dockerfile

tasks:
- init: |
echo "Welcome to TheAlgorithms/Go"

0 comments on commit 6429dfd

Please sign in to comment.