Skip to content

Commit ce6ddad

Browse files
authored
Create hello world workflow
1 parent 6790c76 commit ce6ddad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/hello-world.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+
jobs:
4+
hello-world-job:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout repository code
8+
uses: actions/checkout@v3
9+
- run: echo "$(cat hello_world.txt)"

0 commit comments

Comments
 (0)