mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
Added github action fix for parsing xml, updated linter
This commit is contained in:
@@ -38,7 +38,7 @@ func NewMultiPrinterWriter(expression *ExpressionNode, format PrinterOutputForma
|
||||
extension := "yml"
|
||||
|
||||
switch format {
|
||||
case JsonOutputFormat:
|
||||
case JSONOutputFormat:
|
||||
extension = "json"
|
||||
case PropsOutputFormat:
|
||||
extension = "properties"
|
||||
|
||||
Reference in New Issue
Block a user