Skip to content

Commit 33206f2

Browse files
committed
Rename workflow from "Go Build and Release" to "Unit tests" and update README badge link
1 parent a0ebd31 commit 33206f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go Build and Release
1+
name: Unit tests
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# go-qs
33

4-
[![Go Reference](https://pkg.go.dev/badge/github.com/globocom/go-qs.svg)](https://pkg.go.dev/github.com/globocom/go-qs)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/globocom/go-qs.svg)](https://pkg.go.dev/github.com/globocom/go-qs) [![Unit tests](https://github.com/globocom/go-qs/actions/workflows/tests.yaml/badge.svg)](https://github.com/globocom/go-qs/actions/workflows/tests.yaml)
55

66
> Parse and decode URL query strings into nested Go data structures. Compatible with [javascript qs](npmjs.com/package/qs).
77

0 commit comments

Comments
 (0)