Skip to content

Commit

Permalink
Merge pull request #6 from HatsuneMiku3939/doc/add-badge
Browse files Browse the repository at this point in the history
doc: add GitHub actions badge
  • Loading branch information
HatsuneMiku3939 authored May 17, 2022
2 parents fcc1591 + ca2a50b commit 97e4c59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ env:
GOMOD_CACHE_NAME: 'go-cache'

on:
push:
branches: [ master ]
pull_request:
branches-ignore: []

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![CodeQL](https://github.com/HatsuneMiku3939/rltransport/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/HatsuneMiku3939/rltransport/actions/workflows/codeql-analysis.yml)
[![Unit Test](https://github.com/HatsuneMiku3939/rltransport/actions/workflows/test.yaml/badge.svg)](https://github.com/HatsuneMiku3939/rltransport/actions/workflows/test.yaml)

# rltransport
The RoundTripper which limits the number of concurrent requests.

Expand Down

0 comments on commit 97e4c59

Please sign in to comment.