Add actions job to notice outdated dependencies

This commit is contained in:
David Tolnay 2021-10-08 01:47:26 -04:00
parent f072c626ef
commit 035abbd652
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -42,3 +42,11 @@ jobs:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- run: cargo outdated --exit-code 1