From 4f90e7bc82e5800d44834075a90d7d4f943926fa Mon Sep 17 00:00:00 2001 From: MURAOKA Taro Date: Mon, 30 Aug 2021 18:09:11 +0900 Subject: [PATCH] upgrade build scripts --- .github/workflows/go.yml | 6 +----- README.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 37d1224..48cb8ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,6 +1,6 @@ name: Go -on: [push, pull_request] +on: [push] jobs: @@ -17,10 +17,6 @@ jobs: with: go-version: 1.x - - name: Add $GOPATH/bin to $PATH - run: | - echo "::add-path::$(go env GOPATH)/bin" - - uses: actions/checkout@v2 - run: go test diff --git a/README.md b/README.md index 679548d..698023e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # koron-go/gqlcost -[![GoDoc](https://godoc.org/github.com/koron-go/gqlcost?status.svg)](https://godoc.org/github.com/koron-go/gqlcost) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/koron-go/gqlcost)](https://pkg.go.dev/github.com/koron-go/gqlcost) [![Actions/Go](https://github.com/koron-go/gqlcost/workflows/Go/badge.svg)](https://github.com/koron-go/gqlcost/actions?query=workflow%3AGo) [![Go Report Card](https://goreportcard.com/badge/github.com/koron-go/gqlcost)](https://goreportcard.com/report/github.com/koron-go/gqlcost)