Skip to content

Commit fa50edc

Browse files
committed
🦑 feat: add .github/workflows/hello.yml
1 parent 71d74b3 commit fa50edc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎.github/workflows/hello.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Hello, World!
2+
on: push
3+
4+
jobs:
5+
build:
6+
name: Greeting
7+
runs-on: ubuntu-latest
8+
steps:
9+
- run: echo "Hello, World!"

0 commit comments

Comments
 (0)