Skip to content

Commit e70ca80

Browse files
committed
Hello World
1 parent 5a20cc2 commit e70ca80

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
name: Hello World
3+
4+
on: [push]
5+
6+
jobs:
7+
hello-world-job:
8+
runs-on: self-hosted
9+
steps:
10+
- name: Print Hello, World!
11+
run: |
12+
echo "Hello, World!"
13+
git clone https://github.com/qualcomm-linux/kernel.git

0 commit comments

Comments
 (0)