Skip to content

Commit aafb458

Browse files
Replace the CircleCI build status badge with GHA badges
We no longer use CircleCI to test/build the `keep-core` code. We need to replace the CircleCI build status badge in the projec'ts README with the similiar badges for GitHub Actions builds. Two badges have been introduced in place of the old one: * Contracts (showing status of the last `Solidity` workflow executed on `master` branch and triggered by the push event), * Go client (showing status of the last `Go` workflow executed on `master` branch and triggered by the push event). The badges are displayed using `shields.io` tool, which was already used for the Discord badge. Also a badge was added in the README of the Token Dashboard: * Token Dashboard / Testnet (showing status of the last `Token Dashboard / Testnet` workflow on `master` branch and triggered by the push event). This time standard GitHub badge was used, as `shields.io` tool currently does not support workflows with slash character in their name (see badges/shields#4559).
1 parent eaeffdc commit aafb458

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= keep-core
22

3-
https://circleci.com/gh/keep-network/keep-core[image:https://circleci.com/gh/keep-network/keep-core.svg?style=svg&circle-token=ec728f5ca814b6cb2db5ffeb7258151b752a207e[CircleCI Build Status]]
3+
https://github.com/keep-network/keep-core/actions/workflows/contracts.yml[image:https://img.shields.io/github/workflow/status/keep-network/keep-core/Solidity/master?event=push&label=Solidity build[Solidity contracts build status]]
4+
https://github.com/keep-network/keep-core/actions/workflows/client.yml[image:https://img.shields.io/github/workflow/status/keep-network/keep-core/Solidity/master?event=push&label=Go build[Go client build status]]
45
https://discord.gg/wYezN7v[image:https://img.shields.io/badge/chat-Discord-blueViolet.svg[Chat with us on Discord]]
56

67
The core contracts and reference client implementation behind the Keep network,

solidity/dashboard/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Token Dashboard / Testnet](https://github.com/keep-network/keep-core/actions/workflows/dashboard-testnet.yml/badge.svg?branch=master&event=push)
2+
13
# KEEP Token Dashboard
24

35
A react web app to interact with Keep network staking and token grant contracts.

0 commit comments

Comments
 (0)