1
1
mirror of https://github.com/oxalica/nil.git synced 2024-08-17 06:30:38 +03:00

Add CI step name for cargo-outdated

This commit is contained in:
oxalica 2023-04-14 02:06:05 +08:00
parent 56a1fa87b9
commit 33fbe2e1f8

View File

@ -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