Skip to content

Create demo1.yml

Create demo1.yml #1

Workflow file for this run

name: hello-world
'on': push
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"