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 11# Based on https://github.com/mvdan/github-actions-golang
22on : [push, pull_request]
3- name : Test
3+ name : Tests
44jobs :
55 test :
66 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 )
25
36``` go
47import " github.com/bitfield/script"
You can’t perform that action at this time.
0 commit comments