mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
feat: --validate and --strict (#71)
* feat: `--validate` and `--strict` * add test for strict validate
This commit is contained in:
@@ -60,6 +60,8 @@ type Input struct {
|
||||
networkName string
|
||||
localRepository []string
|
||||
listOptions bool
|
||||
validate bool
|
||||
strict bool
|
||||
}
|
||||
|
||||
func (i *Input) resolve(path string) string {
|
||||
|
||||
Reference in New Issue
Block a user