mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
doc: remove missing link (#8363)
This commit is contained in:
@ -7,7 +7,6 @@ The CI runs a couple of workflows:
|
|||||||
- **[ci]**: A catch-all for small jobs. Currently only runs lints (rustfmt, clippy etc.)
|
- **[ci]**: A catch-all for small jobs. Currently only runs lints (rustfmt, clippy etc.)
|
||||||
- **[unit]**: Runs unit tests (tests in `src/`) and doc tests
|
- **[unit]**: Runs unit tests (tests in `src/`) and doc tests
|
||||||
- **[integration]**: Runs integration tests (tests in `tests/` and sync tests)
|
- **[integration]**: Runs integration tests (tests in `tests/` and sync tests)
|
||||||
- **[fuzz]**: Runs fuzz tests
|
|
||||||
- **[bench]**: Runs benchmarks
|
- **[bench]**: Runs benchmarks
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
@ -23,10 +22,8 @@ The CI runs a couple of workflows:
|
|||||||
[ci]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/ci.yml
|
[ci]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/ci.yml
|
||||||
[unit]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml
|
[unit]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/unit.yml
|
||||||
[integration]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml
|
[integration]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/integration.yml
|
||||||
[fuzz]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/fuzz.yml
|
|
||||||
[bench]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.yml
|
[bench]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/bench.yml
|
||||||
[book]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml
|
[book]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml
|
||||||
[deny]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/deny.yml
|
[deny]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/deny.yml
|
||||||
[sanity]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sanity.yml
|
[sanity]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sanity.yml
|
||||||
[release]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/release.yml
|
[release]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/release.yml
|
||||||
[gh-projects]: https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions
|
|
||||||
Reference in New Issue
Block a user