mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
chore(ci): Ensure lockfile isn't stale
This commit is contained in:
parent
d6075a44bf
commit
67eb1d9e3d
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -65,6 +65,18 @@ jobs:
|
||||||
run: cargo check --workspace --all-targets --all-features
|
run: cargo check --workspace --all-targets --all-features
|
||||||
- name: No-default features
|
- name: No-default features
|
||||||
run: cargo check --workspace --all-targets --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:
|
docs:
|
||||||
name: Docs
|
name: Docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue