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
Repository-Metriken
- Stars
- (5.310 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
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