Skip to content

add gitignore and readme #1

add gitignore and readme

add gitignore and readme #1

Workflow file for this run

name: Hello
on: push
jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: Print greeting
run: echo "Hello World!"
- name: Print goodbye
run: |
echo "Done - bye!"
echo "Take care of yourself!"