Skip to content

Commit 1a7af14

Browse files
kd91076kd91076
authored andcommitted
Add workflow file
1 parent 8dea8fc commit 1a7af14

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on: [push]
2+
jobs:
3+
hello_world:
4+
runs-on: [ Kran-SelfHosted, self-hosted ]
5+
name: Job-Greeting
6+
steps:
7+
- uses: actions/checkout@v2
8+
- id: foo
9+
uses: actions/github-actions@v1
10+
with:
11+
who-to-great: 'KranD'

0 commit comments

Comments
 (0)