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 9c34711 commit 7ade569Copy full SHA for 7ade569
.github/workflows/audit-and-format.yaml
@@ -29,7 +29,13 @@ jobs:
29
~/.cargo/registry/cache/
30
~/.cargo/git/db/
31
target/
32
- key: ${{ runner.os }}-cargo-audit-${{ env.RUST_VERSION_HASH }}-${{ hashFiles('./Cargo.lock') }}
+ ~/.cargo/config
33
+ Cargo.lock
34
+ key: ${{ runner.os }}-cargo-audit-${{ env.RUST_VERSION_HASH }}-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('**/*.rs') }}
35
+ restore-keys: |
36
+ ${{ runner.os }}-cargo-audit-${{ env.RUST_VERSION_HASH }}-
37
+ ${{ runner.os }}-cargo-audit-
38
+ ${{ runner.os }}-
39
40
- name: Run audit
41
run: |
0 commit comments