Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
im-ajaymeena committed Jul 26, 2023
1 parent b4fe50a commit 4e2b2b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Hello World

on:
workflow_dispatch:

jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World!"

0 comments on commit 4e2b2b3

Please sign in to comment.