Skip to content

Commit 015d18a

Browse files
authored
ci: add example
1 parent d9e3ece commit 015d18a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/example.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Hello-World
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
jobs:
10+
hello-world-job:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Hello World
16+
run: echo 'Hello World'

0 commit comments

Comments
 (0)