Skip to content

Commit 3535f35

Browse files
authored
ci: add workspace/lock job (#2291)
Checks that Cargo.lock was properly updated after repository crate versions were changed.
1 parent af1262b commit 3535f35

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
@@ -60,3 +60,11 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v6
6262
- uses: crate-ci/typos@v1.43.1
63+
64+
lock:
65+
name: Check Cargo.lock
66+
runs-on: ubuntu-latest
67+
steps:
68+
- uses: actions/checkout@v6
69+
- uses: dtolnay/rust-toolchain@stable
70+
- run: cargo check --workspace --locked

0 commit comments

Comments
 (0)