Replace the CircleCI build status badge with GHA badges #2502
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We no longer use CircleCI to test/build the
keep-core
code. We need toreplace 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:
Solidity
workflow executed onmaster
branch and triggered by the push event),Go
workflow executed onmaster
branch and triggered by the push event).The badges are displayed using
shields.io
tool, which was already usedfor the Discord badge.
Also a badge was added in the README of the Token Dashboard:
Token Dashboard / Testnet
workflow onmaster
branch and triggered by the push event).This time standard GitHub badge was used, as
shields.io
tool currentlydoes not support workflows with slash character in their name (see
badges/shields#4559).
Refs:
keep-network/keep-ecdsa#835
keep-network/tbtc#809