Skip to content

Commit 9702fe4

Browse files
committed
Add actions job to notice outdated dependencies
1 parent 211993b commit 9702fe4

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
@@ -20,3 +20,12 @@ jobs:
2020
toolchain: ${{matrix.rust}}
2121
- run: cargo test
2222
working-directory: _skeptic
23+
24+
outdated:
25+
name: Outdated
26+
runs-on: ubuntu-latest
27+
if: github.event_name != 'pull_request'
28+
steps:
29+
- uses: actions/checkout@v3
30+
- uses: dtolnay/install@cargo-outdated
31+
- run: cargo outdated --exit-code 1

0 commit comments

Comments
 (0)