dotnet/tye
Auf GitHub ansehenYaml parsing errors always report `tye.yaml` file problem
Open
#1.033 geöffnet am 5. Mai 2021
buggood first issue
Beschreibung
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