mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
ci: run cargo-deny directly rather than via action (#1621)
Improves CI time
This commit is contained in:
parent
a195d59a47
commit
57c2326574
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -50,7 +50,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: taiki-e/install-action@cargo-deny
|
||||
- run: cargo deny --log-level info --all-features check
|
||||
|
||||
# Check for any unused dependencies in the codebase.
|
||||
# See <https://github.com/bnjbvr/cargo-machete/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user