summaryrefslogtreecommitdiffstats
path: root/pkg/model/testdata/nested/success.yml
blob: f65ee910355de24d024edd80e8f0fbdc2ff48e71 (plain)
1
2
3
4
5
6
7
8
9
name: Hello World Workflow
on: push

jobs:
  hello-world:
    name: Hello World Job
    runs-on: ubuntu-latest
    steps:
      - run: echo "Hello World!"