mirror of
https://github.com/go-task/task.git
synced 2025-11-29 22:48:03 +02:00
feat: error handling for undefined schema version (#1342)
* feat: error handling for undefined schema version * docs: error codes * chore: changelog
This commit is contained in:
@@ -17,6 +17,7 @@ const (
|
||||
CodeTaskfileNotTrusted
|
||||
CodeTaskfileNotSecure
|
||||
CodeTaskfileCacheNotFound
|
||||
CodeTaskfileVersionNotDefined
|
||||
)
|
||||
|
||||
// Task related exit codes
|
||||
|
||||
Reference in New Issue
Block a user