File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Based on https://github.com/mvdan/github-actions-golang
2
2
on : [push, pull_request]
3
- name : Test
3
+ name : Tests
4
4
jobs :
5
5
test :
6
6
strategy :
Original file line number Diff line number Diff line change 1
- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/bitfield/script.svg )] ( https://pkg.go.dev/github.com/bitfield/script ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/bitfield/script )] ( https://goreportcard.com/report/github.com/bitfield/script ) [ ![ Mentioned in Awesome Go] ( https://awesome.re/mentioned-badge-flat.svg )] ( https://github.com/avelino/awesome-go ) [ ![ CircleCI] ( https://circleci.com/gh/bitfield/script.svg?style=svg )] ( https://circleci.com/gh/bitfield/script )
1
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/bitfield/script.svg )] ( https://pkg.go.dev/github.com/bitfield/script )
2
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/bitfield/script )] ( https://goreportcard.com/report/github.com/bitfield/script )
3
+ [ ![ Mentioned in Awesome Go] ( https://awesome.re/mentioned-badge-flat.svg )] ( https://github.com/avelino/awesome-go )
4
+ ![ Tests] ( https://github.com/bitfield/script/actions/workflows/test.yml/badge.svg )
2
5
3
6
``` go
4
7
import " github.com/bitfield/script"
You can’t perform that action at this time.
0 commit comments