Skip to content

Commit da54c22

Browse files
committed
ci: add go workflow
1 parent 96a95c9 commit da54c22

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/go.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Go"
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request:
6+
branches: [ "main" ]
7+
merge_group:
8+
9+
jobs:
10+
build:
11+
name: "Build"
12+
uses: HyperaDev/actions/.github/workflows/go-build.yml@main
13+
with:
14+
go_version: "stable"
15+
vulncheck_enabled: true

0 commit comments

Comments
 (0)