This commit is contained in:
DavidOnTop 2025-02-27 17:47:53 +01:00
parent f4ee184734
commit 4c51adb903
Signed by: DavidOnTop
GPG key ID: 8D3E9A75E3E13D89
3 changed files with 106 additions and 15 deletions

View file

@ -46,18 +46,18 @@ ignore = ["src/main.rs"]
[conditional.'crate_type == "bin"']
ignore = ["src/lib.rs"]
# [placeholders]
# ci-release = { type = "bool", prompt = "CI release?", default = true }
# ci = { type = "bool", prompt = "CI?", default = true }
#
# [conditional.'ci == false']
# ignore = [".github/workflows/ci.yaml"]
#
# [conditional.'ci == true'.placeholders]
# ci-tests = { type = "bool", prompt = "CI tests?", default = true }
# ci-fmt = { type = "bool", prompt = "CI fmt?", default = true }
# ci-clippy = { type = "bool", prompt = "CI clippy?", default = true }
#
# [conditional.'ci-release == false']
# ignore = [".github/workflows/release.yaml"]
#
[placeholders]
ci-release = { type = "bool", prompt = "CI release?", default = true }
ci = { type = "bool", prompt = "CI?", default = true }
[conditional.'ci == false']
ignore = [".github/workflows/ci.yaml"]
[conditional.'ci == true'.placeholders]
ci-tests = { type = "bool", prompt = "CI tests?", default = true }
ci-fmt = { type = "bool", prompt = "CI fmt?", default = true }
ci-clippy = { type = "bool", prompt = "CI clippy?", default = true }
[conditional.'ci-release == false']
ignore = [".github/workflows/release.yaml"]