Skip to content

second art forth commit #7

second art forth commit

second art forth commit #7

name: My first workflow
on: push
jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Welcome Message
run: echo "My First job"
- name: List all the files
run: ls
- name: Read the file
run: cat README.md