Skip to content

Commit 2f3c0cf

Browse files
committed
ci: add minimal github actions
1 parent c2f1e7f commit 2f3c0cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
on:
2+
push:
3+
4+
jobs:
5+
hello:
6+
steps:
7+
- run: echo hello

0 commit comments

Comments
 (0)