github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/circle/testdata/executor/linux-server-3.yaml (about)

     1  # https://circleci.com/docs/executor-intro/#linux-vm
     2  
     3  jobs:
     4    build: # name of your job
     5      machine: true # executor type
     6      steps:
     7        - run: echo "Hello World"
     8  
     9  workflows:
    10    build:
    11      jobs:
    12        - build