Skip to content

2nd time

2nd time #2

Workflow file for this run

name: Solar System Workflow
on: push
jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: checkout Repo
uses: actions/checkout@v4
- name: Welcome message
run: echo "i am faslan here"
- name: List files
run: ls
- name: read file
run: cat README.md