2
0
Fork 0
mirror of https://github.com/simonask/libyaml-safer synced 2025-03-09 09:17:21 +00:00

Add actions job to notice outdated dependencies

This commit is contained in:
David Tolnay 2022-07-08 12:01:50 -07:00
parent 2c9d723706
commit 5e5bed5d21
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -46,3 +46,12 @@ jobs:
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-disable-isolation -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 --exit-code 1