Skip to content

Commit

Permalink
Setup main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RahmaIsmail committed Nov 28, 2024
1 parent b89b6c3 commit 115c494
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@


on:
push:
branches:
- master
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest

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

steps:
- name: 'Testing'
run: pwd
- name: Testing
run: pwd

- name: 'print'
run: echo Rahomah
- name: Print
run: echo Rahomah

0 comments on commit 115c494

Please sign in to comment.