Skip to content

Commit

Permalink
Add initial workflow (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 5, 2023
1 parent 690324d commit 39d751a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: hello-world

on: workflow_dispatch

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

0 comments on commit 39d751a

Please sign in to comment.