Skip to content

Commit

Permalink
Add a check to CI to ensure that Cargo.lock is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekPanyam committed Oct 13, 2023
1 parent 0aef525 commit 568ef4c
Show file tree
Hide file tree
Showing 2 changed files with 1,159 additions and 173 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- run: cargo fmt --check
cargo-check:
name: cargo check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: cargo check --locked
cargo-deny:
name: cargo-deny
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 568ef4c

Please sign in to comment.