yamlfix breaks volumes: ["/a:/b"]
by removing the quoting, making the list item a mapping
#283
Labels
bug
Something isn't working
Description
yamlfix breaks
volumes: ["/a:/b"]
by removing the quoting, making the list item a mapping.See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainervolumes
It looks like this is a ruyaml bug as this happens in
yamlfix/src/yamlfix/adapters.py
Line 382 in 47039c9
Steps to reproduce
Current behavior
yamlfix breaks
volumes: ["/a:/b"]
by removing the quoting, making the list item a mapping.Desired behavior
Don't break the yaml on formatting
Environment
The text was updated successfully, but these errors were encountered: