We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6075a4 commit 67eb1d9Copy full SHA for 67eb1d9
.github/workflows/ci.yml
@@ -65,6 +65,18 @@ jobs:
65
run: cargo check --workspace --all-targets --all-features
66
- name: No-default features
67
run: cargo check --workspace --all-targets --no-default-features
68
+ lockfile:
69
+ runs-on: ubuntu-latest
70
+ steps:
71
+ - name: Checkout repository
72
+ uses: actions/checkout@v3
73
+ - name: Install Rust
74
+ uses: dtolnay/rust-toolchain@stable
75
+ with:
76
+ toolchain: stable
77
+ - uses: Swatinem/rust-cache@v2
78
+ - name: "Is lockfile updated?"
79
+ run: cargo fetch --locked
80
docs:
81
name: Docs
82
runs-on: ubuntu-latest
0 commit comments