mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 07:10:39 +00:00
cspell lint go code (#3706)
This commit is contained in:
@@ -64,7 +64,7 @@ var flags = []cli.Flag{
|
||||
Usage: "List of labels to filter tasks on. An agent must be assigned every tag listed in a task to be selected.",
|
||||
},
|
||||
&cli.IntFlag{
|
||||
EnvVars: []string{"WOODPECKER_MAX_WORKFLOWS", "WOODPECKER_MAX_PROCS"},
|
||||
EnvVars: []string{"WOODPECKER_MAX_WORKFLOWS", "WOODPECKER_MAX_PROCS"}, // cspell:words PROCS
|
||||
Name: "max-workflows",
|
||||
Usage: "agent parallel workflows",
|
||||
Value: 1,
|
||||
|
Reference in New Issue
Block a user