Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit a111ad2

Browse files
committed
add gh actions badge to README
1 parent 30e8b02 commit a111ad2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run: |
2727
go mod download
2828
go mod verify
29-
go get -v -t -d ./...
3029
3130
- name: Build
3231
run: go build -v ./...

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# OpenX
22

33
[![Build Status](https://travis-ci.com/YaleOpenLab/openx.svg?branch=master)](https://travis-ci.com/YaleOpenLab/openx)
4+
![Github Build Status](https://github.com/YaleOpenLab/openx/workflows/.github/workflows/go.yml/badge.svg)
45
[![Codecov](https://codecov.io/gh/YaleOpenLab/openx/branch/master/graph/badge.svg)](https://codecov.io/gh/YaleOpenLab/openx)
56
[![Go Report Card](https://goreportcard.com/badge/github.com/YaleOpenLab/openx)](https://goreportcard.com/report/github.com/YaleOpenLab/openx)
67

0 commit comments

Comments
 (0)