Skip to content

Commit 4762c9b

Browse files
committed
Add golang workflow
Signed-off-by: kerthcet <[email protected]>
1 parent 8c6801c commit 4762c9b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI Workflow
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- synchronize
8+
issue_comment:
9+
types:
10+
- created
11+
12+
jobs:
13+
golang-ci:
14+
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-golang-ci.yaml@main

0 commit comments

Comments
 (0)