Skip to content

Commit

Permalink
Add actions job to notice outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 6, 2022
1 parent bc3f24e commit 31e5132
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,12 @@ jobs:
- run: cd test_suite && cargo miri test --features unstable
env:
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

0 comments on commit 31e5132

Please sign in to comment.