File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : release
2+
23on :
34 push :
45 tags :
56 - " v*"
7+
68permissions :
79 contents : write
810 id-token : write
Original file line number Diff line number Diff line change 11name : Tests
2+
23on :
34 push :
45 branches : [main]
56 pull_request :
7+ branches : [main]
8+
9+ permissions :
10+ contents : read
611
712jobs :
813 test :
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ require (
1111 github.com/cli/shurcooL-graphql v0.0.4
1212 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
1313 github.com/spf13/cobra v1.10.2
14+ github.com/stretchr/testify v1.11.1
15+ golang.org/x/text v0.32.0
1416)
1517
1618require (
@@ -41,11 +43,9 @@ require (
4143 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4244 github.com/rivo/uniseg v0.4.7 // indirect
4345 github.com/spf13/pflag v1.0.10 // indirect
44- github.com/stretchr/testify v1.11.1 // indirect
4546 github.com/thlib/go-timezone-local v0.0.6 // indirect
4647 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
4748 golang.org/x/sys v0.39.0 // indirect
4849 golang.org/x/term v0.38.0 // indirect
49- golang.org/x/text v0.32.0 // indirect
5050 gopkg.in/yaml.v3 v3.0.1 // indirect
5151)
You can’t perform that action at this time.
0 commit comments