mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-02-05 08:46:12 +01:00
Add gitpod setup
This commit is contained in:
parent
2f6c267980
commit
86ef3f68a9
2 changed files with 7 additions and 0 deletions
3
.gitpod.yml
Normal file
3
.gitpod.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
tasks:
|
||||
- name: Static Server
|
||||
command: rake test
|
|
@ -1,5 +1,9 @@
|
|||
# The Algorithms - Ruby
|
||||
|
||||
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Ruby">
|
||||
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
|
||||
</a>
|
||||
|
||||
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/#TheAlgorithms_community:gitter.im)
|
||||
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Ruby/blob/master/CONTRIBUTING.md)
|
||||
![](https://img.shields.io/github/repo-size/TheAlgorithms/Ruby.svg?label=Repo%20size&style=flat-square)
|
||||
|
|
Loading…
Add table
Reference in a new issue