Skip to content

Commit 84ce967

Browse files
authored
docs: Fix test badge
1 parent 8b47985 commit 84ce967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# g8
22

3-
![test](https://github.com/TwiN/g8/workflows/test/badge.svg?branch=master)
3+
![test](https://github.com/TwiN/g8/actions/workflows/test.yml/badge.svg?branch=master)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/TwiN/g8)](https://goreportcard.com/report/github.com/TwiN/g8/v3)
55
[![codecov](https://codecov.io/gh/TwiN/g8/branch/master/graph/badge.svg)](https://codecov.io/gh/TwiN/g8)
66
[![Go version](https://img.shields.io/github/go-mod/go-version/TwiN/g8.svg)](https://github.com/TwiN/g8)
@@ -316,4 +316,4 @@ func main() {
316316
// Create the provider with the custom cache
317317
provider := g8.NewClientProvider(getClientByTokenFunc).WithCustomCache(&customCache{})
318318
}
319-
```
319+
```

0 commit comments

Comments
 (0)