There was an error while loading. Please reload this page.
2 parents 72c3718 + d856144 commit 61357d4Copy full SHA for 61357d4
2 files changed
.github/workflows/checks.yml
@@ -26,6 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v6
28
- run: rustup component add clippy
29
+ - uses: Swatinem/rust-cache@v2
30
- name: Install SARIF tools
31
run: cargo install clippy-sarif sarif-fmt
32
- name: Run clippy
Cargo.toml
@@ -15,7 +15,6 @@ categories = ["command-line-utilities"]
15
16
[package.metadata.release]
17
publish = false
18
-tag-prefix = "v"
19
sign-commit = true
20
sign-tag = true
21
push-remote = "upstream"
0 commit comments