Skip to content

Commit

Permalink
df
Browse files Browse the repository at this point in the history
  • Loading branch information
hmo0ody123 committed Mar 17, 2024
1 parent 706e9c2 commit 545bf4c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/1st

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/1st.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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"

- name: List files
run: ls

- name: read file
run: cat README.md


0 comments on commit 545bf4c

Please sign in to comment.