We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci
1 parent 2e85e07 commit befdaa7Copy full SHA for befdaa7
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/cache@v4
49
with:
50
path: ./target/
51
- key: rust-build-${{ runner.os }}-$${{ runner.arch }}-{{ hashFiles('Cargo.toml', 'Cargo.lock', 'rust-toolchain') }}
+ key: rust-build-${{ runner.os }}-$${ runner.arch }}-${{ hashFiles('Cargo.toml', 'Cargo.lock', 'rust-toolchain') }}
52
53
- name: Lint rust
54
run: nix develop -c bash -c 'mkdir www/build && cargo clippy && cargo deny check --hide-inclusion-graph && cargo fmt --check'
0 commit comments