Skip to content

Commit

Permalink
docs: add workflow links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Oct 24, 2022
1 parent e50eb65 commit a3185f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

*Blazing-fast implementation of the Ethereum protocol*

![CI status](https://github.com/foundry-rs/reth/workflows/ci/badge.svg)
![cargo-deny status](https://github.com/foundry-rs/reth/workflows/deny/badge.svg)
[![CI status](https://github.com/foundry-rs/reth/workflows/ci/badge.svg)][gh-ci]
[![cargo-deny status](https://github.com/foundry-rs/reth/workflows/deny/badge.svg)][gh-deny]
[![Codecov](https://img.shields.io/codecov/c/github/foundry-rs/reth?token=c24SDcMImE)][codecov]

## Build
Expand All @@ -15,3 +15,5 @@ To build this project we are currently using Rust nightly for GAT support, that
Contributor docs can be found [here](./docs).

[codecov]: https://app.codecov.io/gh/foundry-rs/reth
[gh-ci]: https://github.com/foundry-rs/reth/actions/workflows/ci.yml
[gh-deny]: https://github.com/foundry-rs/reth/actions/workflows/deny.yml

0 comments on commit a3185f9

Please sign in to comment.