Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
/ paste Public archive

Commit 7594e25

Browse files
committed
Add actions job to notice outdated dependencies
1 parent e893d54 commit 7594e25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ jobs:
5353
- uses: actions/checkout@v2
5454
- uses: dtolnay/rust-toolchain@clippy
5555
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
56+
57+
outdated:
58+
name: Outdated
59+
runs-on: ubuntu-latest
60+
if: github.event_name != 'pull_request'
61+
steps:
62+
- uses: actions/checkout@v2
63+
- run: cargo outdated --exit-code 1

0 commit comments

Comments
 (0)