mirror of
https://github.com/go-task/task.git
synced 2026-06-27 14:44:19 +00:00
feat: support lowercase Taskfiles (#1221)
This commit is contained in:
@@ -21,9 +21,13 @@ var (
|
||||
|
||||
defaultTaskfiles = []string{
|
||||
"Taskfile.yml",
|
||||
"taskfile.yml",
|
||||
"Taskfile.yaml",
|
||||
"taskfile.yaml",
|
||||
"Taskfile.dist.yml",
|
||||
"taskfile.dist.yml",
|
||||
"Taskfile.dist.yaml",
|
||||
"taskfile.dist.yaml",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user