Skip to content

Commit

Permalink
first-new
Browse files Browse the repository at this point in the history
  • Loading branch information
preetskuul authored Jul 3, 2024
1 parent 14da870 commit 263aaeb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/firt-proj.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: MY FIrst PRoj

on: push

jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: Welcome
run: echo "WELCOME"

- name: List FIles
run: ls

- name: done
run: echo "DONE"

0 comments on commit 263aaeb

Please sign in to comment.