mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 20:11:02 +00:00
Add actions job to notice outdated dependencies
This commit is contained in:
@@ -179,3 +179,12 @@ jobs:
|
|||||||
- run: cd test_suite && cargo miri test --features unstable
|
- run: cd test_suite && cargo miri test --features unstable
|
||||||
env:
|
env:
|
||||||
MIRIFLAGS: -Zmiri-strict-provenance
|
MIRIFLAGS: -Zmiri-strict-provenance
|
||||||
|
|
||||||
|
outdated:
|
||||||
|
name: Outdated
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: dtolnay/install@cargo-outdated
|
||||||
|
- run: cargo outdated --workspace --exclude macrotest --exit-code 1
|
||||||
|
|||||||
Reference in New Issue
Block a user