File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Go
1
+ name : Go Build & Test
2
2
on :
3
3
push :
4
4
branches :
5
5
- " *"
6
6
tags :
7
7
- " !*"
8
+ pull_request :
9
+ branches :
10
+ - ' *'
8
11
jobs :
9
12
build :
10
13
strategy :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/toshimaru/nyan
3
3
go 1.13
4
4
5
5
require (
6
- github.com/alecthomas/chroma v0.6.6
6
+ github.com/alecthomas/chroma v0.6.7
7
7
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
8
8
github.com/dlclark/regexp2 v1.1.8 // indirect
9
9
github.com/mattn/go-colorable v0.1.2
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 h1:smF2tmSOzy2Mm
6
6
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 /go.mod h1:r7bzyVFMNntcxPZXK3/+KdruV1H5KSlyVY0gc+NgInI =
7
7
github.com/alecthomas/chroma v0.6.6 h1:AwWMP1sWgMNgEiptNtV/T5GWOLtZFDdrc2ZfWx1ogmg =
8
8
github.com/alecthomas/chroma v0.6.6 /go.mod h1:zVlgtbRS7BJDrDY9SB238RmpoCBCYFlLmcfZ3durxTk =
9
+ github.com/alecthomas/chroma v0.6.7 h1:1hKci+AyKOxJrugR9veaocu9DQGR2/GecI72BpaO0Rg =
10
+ github.com/alecthomas/chroma v0.6.7 /go.mod h1:zVlgtbRS7BJDrDY9SB238RmpoCBCYFlLmcfZ3durxTk =
9
11
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 h1:JHZL0hZKJ1VENNfmXvHbgYlbUOvpzYzvy2aZU5gXVeo =
10
12
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 /go.mod h1:QO9JBoKquHd+jz9nshCh40fOfO+JzsoXy8qTHF68zU0 =
11
13
github.com/alecthomas/kong v0.1.17-0.20190424132513-439c674f7ae0 /go.mod h1:+inYUSluD+p4L8KdviBSgzcqEjUQOfC5fQDRFuc36lI =
You can’t perform that action at this time.
0 commit comments