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 12
12
# The branches below must be a subset of the branches above
13
13
branches : [ master ]
14
14
schedule :
15
- - cron : ' 0 17 * * 5 '
15
+ - cron : ' 30 1 * * 0 '
16
16
17
17
jobs :
18
18
analyze :
23
23
# required for all workflows
24
24
security-events : write
25
25
26
+ # only required for workflows in private repositories
27
+ actions : read
28
+ contents : read
29
+
26
30
strategy :
27
31
fail-fast : false
28
32
matrix :
Original file line number Diff line number Diff line change 1
1
# Queue
2
2
3
+ [ ![ CodeQL] ( https://github.com/golang-queue/queue/actions/workflows/codeql.yaml/badge.svg )] ( https://github.com/golang-queue/queue/actions/workflows/codeql.yaml )
3
4
[ ![ 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 )
4
5
[ ![ 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 )
5
7
6
8
Queue is a Golang library for spawning and managing a Goroutine pool, Allowing you to create multiple worker according to limit CPU number of machine.
7
9
You can’t perform that action at this time.
0 commit comments