We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f901012 commit 761020dCopy full SHA for 761020d
.github/workflows/ci.yml
@@ -103,3 +103,12 @@ jobs:
103
- uses: dtolnay/rust-toolchain@nightly
104
- run: cargo install cargo-fuzz --debug
105
- 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