diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c12808..6acadc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,9 @@ jobs: target key: cargo-cache-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }} + - name: Install cargo-deny + run: cargo install cargo-deny --locked + - name: Run CI checks run: | cargo fmt --all -- --check