Skip to content

Commit

Permalink
Detect changes to lockfile on CI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor authored Nov 5, 2023
1 parent 44a47fa commit 0fb5286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --locked

- uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@changesets/cli": "^2.26.2"
},
"scripts": {
"version": "changeset version && bun .changeset/sync-cargo-version.ts",
"version": "changeset version && bun .changeset/sync-cargo-version.ts && cargo check",
"publish": "changeset tag"
}
}

0 comments on commit 0fb5286

Please sign in to comment.