dotnet/tye
Ver no GitHubYaml parsing errors always report `tye.yaml` file problem
Open
#1.033 aberto em 5 de mai. de 2021
buggood first issue
Description
Describe the bug
When YAML parsing acts on path argument, it always directs user to an error in tye.yaml file
To Reproduce
- Create a
foo.ymlfile with invalid yml syntax - Run tye with file from Step 1 as path argument (e.g.
> tye run foo.yml) - Note error message says
Error parsing tye.yaml: ...
Further technical details
Tye version: 0.6.0-alpha.21070