github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example1.yaml.golden (about)

     1  {
     2      "pipelines": {
     3          "default": [
     4              {
     5                  "step": {
     6                      "script": [
     7                          "echo \"Hello, World!\""
     8                      ]
     9                  }
    10              }
    11          ]
    12      }
    13  }