Skip to content

Commit 17f1426

Browse files
authored
Create main.yml
1 parent 85e9b89 commit 17f1426

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: hello-world
2+
3+
on: push
4+
5+
jobs:
6+
hello-world-job:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Check out repository code
12+
uses: actions/checkout@v3
13+
- run: echo "$(cat hello_world.txt)"

0 commit comments

Comments
 (0)