mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs(ci): remove moved deny workflow (#13645)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user