Skip to content

Commit 960f36b

Browse files
committed
ci: add minimal github actions
1 parent c2f1e7f commit 960f36b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
on:
2+
push:
3+
4+
jobs:
5+
hello:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo hello

0 commit comments

Comments
 (0)