Skip to content

Commit

Permalink
Merge pull request #258 from nearprotocol/vgrichina/gitpod-setup
Browse files Browse the repository at this point in the history
Add gitpod config
  • Loading branch information
vgrichina authored Mar 10, 2020
2 parents 2d1fb3f + e014e5b commit 3043f6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tasks:
- init: yarn install && yarn run build
command: yarn run dev
github:
prebuilds:
addCheck: true
addComment: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/nearprotocol/nearlib)

# nearlib

[![Build Status](https://travis-ci.com/nearprotocol/nearlib.svg?branch=master)](https://travis-ci.com/nearprotocol/nearlib)
Expand Down

0 comments on commit 3043f6e

Please sign in to comment.