Skip to content

Commit 9ec660a

Browse files
committed
Add actions job to notice outdated dependencies
1 parent bc3f24e commit 9ec660a

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
@@ -179,3 +179,12 @@ jobs:
179179
- run: cd test_suite && cargo miri test --features unstable
180180
env:
181181
MIRIFLAGS: -Zmiri-strict-provenance
182+
183+
outdated:
184+
name: Outdated
185+
runs-on: ubuntu-latest
186+
if: github.event_name != 'pull_request'
187+
steps:
188+
- uses: actions/checkout@v3
189+
- uses: dtolnay/install@cargo-outdated
190+
- run: cargo outdated --workspace --exit-code 1

0 commit comments

Comments
 (0)