File tree Expand file tree Collapse file tree 3 files changed +23
-8
lines changed Expand file tree Collapse file tree 3 files changed +23
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : Go
2
+
3
+ on :
4
+ push :
5
+ branches : [ develop ]
6
+ pull_request :
7
+ branches : [ develop ]
8
+
9
+ jobs :
10
+
11
+ build :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - uses : actions/checkout@v2
15
+
16
+ - name : Set up Go
17
+ uses : actions/setup-go@v2
18
+ with :
19
+ go-version : 1.17
20
+
21
+ - name : Build
22
+ run : go build -o executor dce/main.go
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# dce-go
2
- [ ![ godoc ] ( https://img.shields.io /badge/godoc-reference-5272B4 .svg?style=flat-square )] ( http ://godoc.org ) [ ![ Build Status] ( https://travis-ci.org /paypal/dce-go.svg?branch=develop )] ( https://travis- ci.org/paypal/dce-go )
2
+ [ ![ Go Reference ] ( https://pkg.go.dev /badge/github.com/paypal/dce-go .svg )] ( https ://pkg.go.dev/github.com/paypal/dce-go ) ![ CI Build Status] ( https://github.com /paypal/dce-go/actions/workflows/ ci.yml/badge.svg )
3
3
4
4
## Overview
5
5
You can’t perform that action at this time.
0 commit comments