Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
RahmaIsmail committed Nov 28, 2024
1 parent 115c494 commit 8ef161a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2


- name: Testing
run: pwd

- name: Print
- name: Printbefore
run: echo Rahomah

- name: Checkout repository
uses: actions/checkout@v2

- name: PrintAfter
run: echo Rahomah

0 comments on commit 8ef161a

Please sign in to comment.