Skip to content

added steps

added steps #4

name: sample workflow
on: push
jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: my first workflow
run: echo "hello, well come to github workflow"
second_job:
runs-on: ubuntu-latest
steps:
- name: my second workflow
run: echo "how are you"
- name: list files
run: ls
- name: read this file
run: cat Readme.md