Skip to content

Commit 15bf915

Browse files
authored
Add golang ci test (#5)
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent fa8e7dd commit 15bf915

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/golanlg-ci.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
# Use a released version for stable.
15+
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-golang-ci.yaml@main

0 commit comments

Comments
 (0)