From 2c94d7bbaac98f21efde14d91e9a961b172be656 Mon Sep 17 00:00:00 2001 From: Ties <71668189+TiesD@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:48:04 +0200 Subject: [PATCH] docs(ci): remove moved deny workflow (#13645) --- docs/repo/ci.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/repo/ci.md b/docs/repo/ci.md index 863a18f9c..afc2d24a1 100644 --- a/docs/repo/ci.md +++ b/docs/repo/ci.md @@ -15,8 +15,6 @@ The CI runs a couple of workflows: - **[book]**: Builds, tests, and deploys the book. ### Meta - -- **[deny]**: Runs `cargo deny` to check for license conflicts and security advisories in our dependencies - **[release]**: Runs the release workflow - **[release-dist]**: Publishes Reth to external package managers - **[dependencies]**: Runs `cargo update` periodically to keep dependencies current @@ -40,7 +38,6 @@ The CI runs a couple of workflows: [sync]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/sync.yml [stage]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/stage.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 [release]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/release.yml [release-dist]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/release-dist.yml [dependencies]: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/dependencies.yml