Skip to content

Commit 761020d

Browse files
committed
Add actions job to notice outdated dependencies
1 parent f901012 commit 761020d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,12 @@ jobs:
103103
- uses: dtolnay/rust-toolchain@nightly
104104
- run: cargo install cargo-fuzz --debug
105105
- run: cargo fuzz build -O
106+
107+
outdated:
108+
name: Outdated
109+
runs-on: ubuntu-latest
110+
if: github.event_name != 'pull_request'
111+
steps:
112+
- uses: actions/checkout@v3
113+
- uses: dtolnay/install@cargo-outdated
114+
- run: cargo outdated --exit-code 1

0 commit comments

Comments
 (0)