Skip to content

Commit

Permalink
chore(ci): Ensure lockfile isn't stale
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 7, 2023
1 parent d6075a4 commit 67eb1d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -65,6 +65,18 @@ jobs:
run: cargo check --workspace --all-targets --all-features
- name: No-default features
run: cargo check --workspace --all-targets --no-default-features
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- name: "Is lockfile updated?"
run: cargo fetch --locked
docs:
name: Docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 67eb1d9

Please sign in to comment.