ci back
This commit is contained in:
parent
f4ee184734
commit
4c51adb903
3 changed files with 106 additions and 15 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue