mirror of
https://github.com/serde-rs/json.git
synced 2026-04-19 05:06:00 +00:00
Add actions job to notice outdated dependencies
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -103,3 +103,12 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- run: cargo install cargo-fuzz --debug
|
||||
- run: cargo fuzz build -O
|
||||
|
||||
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 --exit-code 1
|
||||
|
||||
Reference in New Issue
Block a user