File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212 # The branches below must be a subset of the branches above
1313 branches : [ master ]
1414 schedule :
15- - cron : ' 0 17 * * 5 '
15+ - cron : ' 30 1 * * 0 '
1616
1717jobs :
1818 analyze :
2323 # required for all workflows
2424 security-events : write
2525
26+ # only required for workflows in private repositories
27+ actions : read
28+ contents : read
29+
2630 strategy :
2731 fail-fast : false
2832 matrix :
Original file line number Diff line number Diff line change 11# Queue
22
3+ [ ![ CodeQL] ( https://github.com/golang-queue/queue/actions/workflows/codeql.yaml/badge.svg )] ( https://github.com/golang-queue/queue/actions/workflows/codeql.yaml )
34[ ![ Run Tests] ( https://github.com/golang-queue/queue/actions/workflows/go.yml/badge.svg?branch=master )] ( https://github.com/golang-queue/queue/actions/workflows/go.yml )
45[ ![ codecov] ( https://codecov.io/gh/golang-queue/nsq/branch/main/graph/badge.svg?token=D3CUES8M62 )] ( https://codecov.io/gh/golang-queue/nsq )
6+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/golang-queue/queue )] ( https://goreportcard.com/report/github.com/golang-queue/queue )
57
68Queue is a Golang library for spawning and managing a Goroutine pool, Allowing you to create multiple worker according to limit CPU number of machine.
79
You can’t perform that action at this time.
0 commit comments