Skip to content

Commit

Permalink
Commit Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhoule committed Dec 14, 2023
1 parent 607fa22 commit 45a3a00
Show file tree
Hide file tree
Showing 3 changed files with 2,087 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
ci:
name: CI
needs: [test, lint]
needs: [test, lint, lockfile]
runs-on: ubuntu-latest
steps:
- name: Done
Expand Down Expand Up @@ -46,3 +46,13 @@ jobs:
with:
command: fmt
args: -- --check

lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install rust
uses: dtolnay/[email protected]
- name: Lockfile check
run: cargo update -w --locked
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
target
Cargo.lock
Loading

0 comments on commit 45a3a00

Please sign in to comment.