mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
Add CI step name for cargo-outdated
This commit is contained in:
parent
56a1fa87b9
commit
33fbe2e1f8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -116,6 +116,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Install cargo-outdated
|
||||
uses: dtolnay/install@cargo-outdated
|
||||
- run: |
|
||||
- name: cargo-outdated
|
||||
run: |
|
||||
rm Cargo.lock # Ignore trivially updatable compatible versions.
|
||||
cargo outdated --workspace --exit-code 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue