Skip to content

Commit 43c9a90

Browse files
authored
ci: add workspace/lockfile job (#805)
See rust-random/rand#1739
1 parent 314fd5a commit 43c9a90

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/workspace.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,11 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@v6
124124
- uses: crate-ci/typos@v1
125+
126+
lockfile:
127+
name: Check Cargo.lock
128+
runs-on: ubuntu-latest
129+
steps:
130+
- uses: actions/checkout@v6
131+
- uses: dtolnay/rust-toolchain@stable
132+
- run: cargo check --workspace --locked

0 commit comments

Comments
 (0)