Skip to content

Commit fcdeed3

Browse files
committed
ci: add demo-workflow
1 parent 43f5294 commit fcdeed3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Demo workflow
2+
3+
on: [push]
4+
5+
jobs:
6+
demo:
7+
runs-on: ubuntu-latest # self-hosted
8+
9+
steps:
10+
- name: Hello world
11+
shell: bash
12+
run: echo "Hello, world!"

0 commit comments

Comments
 (0)