Skip to content

Commit

Permalink
docs(ci): remove moved deny workflow (#13645)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiesD authored Jan 4, 2025
1 parent c4f8a64 commit 2c94d7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/repo/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2c94d7b

Please sign in to comment.