mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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.
|
# Check for any unused dependencies in the codebase.
|
||||||
# See <https://github.com/bnjbvr/cargo-machete/>
|
# See <https://github.com/bnjbvr/cargo-machete/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user