Skip to content

add hello world workflow #1

add hello world workflow

add hello world workflow #1

Workflow file for this run

name: Hello World
on:
push:
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Print Hello World
run: echo "Hello World"