get.porter.sh/porter@v1.3.0/pkg/exec/testdata/lint-input.yaml (about)

     1  actions:
     2    install:
     3      - exec:
     4          description: Run a script
     5          command: ./install.sh
     6      - exec:
     7          description: Install Hello World
     8          command: bash
     9          flags:
    10            c: echo Hello World