mirror of
https://github.com/go-task/task.git
synced 2026-07-08 14:35:18 +00:00
preconditions cannot be in included taskfile
This commit is contained in:
@@ -2,8 +2,10 @@ package ast
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/go-task/task/v3/errors"
|
||||
|
||||
"gopkg.in/yaml.v3"
|
||||
|
||||
"github.com/go-task/task/v3/errors"
|
||||
)
|
||||
|
||||
// Precondition represents a precondition necessary for a task to run
|
||||
|
||||
Reference in New Issue
Block a user