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.
1 parent a5cc862 commit 3ae966bCopy full SHA for 3ae966b
.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