preconditions cannot be in included taskfile

This commit is contained in:
Valentin Maerten
2025-02-23 12:40:55 +01:00
parent 37715657ae
commit dbe053277e
6 changed files with 37 additions and 16 deletions

View File

@@ -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