Commit Graph

60 Commits

Author SHA1 Message Date
Robert Liebowitz
80ba835e26 Update GitHub action
Bump go version to 1.16 and drop the codecov token, which is now
documented as not required for public repositories.
2021-04-24 12:33:29 -04:00
Joe Gregorio
d5643c884a Fix workflows/cli.yml.
The ::set-env and ::add-path commands no longer work and need to
to be replaced. See:

    https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-12-06 10:00:16 -05:00
Ajitem Sahasrabuddhe
2a5a092888 Add Support for Go 1.15
And also drop support for Go 1.12 in line with Go's Release Policy https://golang.org/doc/devel/release.html#policy
2020-10-31 00:08:57 +05:30
lynn [they]
97faf22319
Update cli.yml 2020-03-09 01:05:04 -07:00
Lynn
45f2a862ff
ci readability 2020-02-28 23:36:34 -08:00
Lynn
863b4a58fe
binary size checking hooks 2020-02-28 23:19:43 -08:00
Lynn
4a785e9f9c
WIP binary size work 2020-02-28 23:06:39 -08:00
Ajitem Sahasrabuddhe
c5720ee3af
simplify GOFMT Check 2020-01-26 17:42:27 +05:30
Ajitem Sahasrabuddhe
7841e146ee run the gofmt on the latest version of go on ubuntu 2020-01-25 23:30:42 +05:30
Ajitem Sahasrabuddhe
d0c6cb3203 add gofmt check to actions workflow 2020-01-25 23:24:15 +05:30
Ajitem Sahasrabuddhe
275ed591d3
Update cli.yml
simplify test-docs workflow
2020-01-14 11:43:41 +05:30
Ajitem Sahasrabuddhe
daf1f71152
Update cli.yml
fix syntax error
2020-01-13 22:11:38 +05:30
Ajitem Sahasrabuddhe
8fe6194446
Merge branch 'master' into github-actions-windows 2020-01-13 22:10:45 +05:30
Ajitem Sahasrabuddhe
c4dc71ebad
Update cli.yml
update to nodejs 12 LTS
2020-01-13 19:02:13 +05:30
Ajitem Sahasrabuddhe
1ba20ea977
Update .github/workflows/cli.yml
Co-Authored-By: Robert Liebowitz <rliebz@gmail.com>
2020-01-13 18:59:36 +05:30
Ajitem Sahasrabuddhe
f0c866e24c try install markdown-toc globally 2020-01-13 10:59:32 +05:30
Ajitem Sahasrabuddhe
f4f10b5c16 fix dumb indentation error 2020-01-13 10:57:42 +05:30
Ajitem Sahasrabuddhe
fb0d7af151 setup node to run markdown toc 2020-01-13 10:56:43 +05:30
Ajitem Sahasrabuddhe
3e125a1865 use npx to run the package instead of npm installing it 2020-01-13 10:52:14 +05:30
Lynn
9c44406c87
refactor 2019-12-25 09:10:48 -08:00
Lynn
65d28dcc47
Merge remote-tracking branch 'origin' into github-actions-windows 2019-12-25 09:03:27 -08:00
lynn [they]
a12e06e3fd
Merge branch 'master' into lynncyrin-patch-6 2019-12-24 06:05:23 -08:00
lynn [they]
8313645760
Update cli.yml 2019-12-18 18:11:43 -08:00
lynn [they]
3eee4a466e
Update cli.yml 2019-12-18 18:09:40 -08:00
lynn [they]
00d9600bb0
Update cli.yml 2019-12-18 00:40:37 -08:00
Sascha Grunert
a8fbae22ae
Add codecov action
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-13 09:10:41 +01:00
lynn [they]
2eb5b30151
add codecov token 2019-12-12 23:03:40 -08:00
Sascha Grunert
39ba647fbb
Fix codecov reports in GitHub actions
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-11 09:15:53 +01:00
Ajitem Sahasrabuddhe
646677ae0b optimise yml 2019-12-07 12:34:48 +05:30
Ajitem Sahasrabuddhe
c6a1e514a3 Merge branch 'github-actions' of https://github.com/asahasrabuddhe/cli into github-actions 2019-12-07 12:19:04 +05:30
Ajitem Sahasrabuddhe
0dcb2597ce pin gfmrun to version 2019-12-07 12:17:22 +05:30
Ajitem Sahasrabuddhe
fcdaa08dc8 update goproxy to valid value 2019-12-06 16:26:34 +05:30
Ajitem Sahasrabuddhe
da1a889fd6 update the way env is set 2019-12-06 16:24:53 +05:30
Ajitem Sahasrabuddhe
8bc13046c4
fix failing build 2019-12-06 14:04:12 +05:30
Ajitem Sahasrabuddhe
8dfefe854e
env fixes 2019-12-06 12:59:39 +05:30
Ajitem Sahasrabuddhe
67a8b288fd
fix windows env 2019-12-06 12:46:02 +05:30
Ajitem Sahasrabuddhe
01ba4336a4
fix windows build 2019-12-06 12:23:24 +05:30
Ajitem Sahasrabuddhe
9f5fad1989
pin to release 2019-12-06 11:58:06 +05:30
Ajitem Sahasrabuddhe
29f4ccff7b
fix cut delimiter error 2019-12-06 11:18:57 +05:30
Ajitem Sahasrabuddhe
1a3f36ddff
install gnu coreutils 2019-12-06 10:54:34 +05:30
Ajitem Sahasrabuddhe
fd01ea62f4
add win dependencies 2019-12-06 10:46:41 +05:30
Ajitem Sahasrabuddhe
78bad9b456
enable windows build 2019-12-06 10:39:25 +05:30
Ajitem Sahasrabuddhe
bac545cf3d
fix macos typo 2019-12-06 10:32:32 +05:30
Ajitem Sahasrabuddhe
1a724c9d6e
revert log.Printf to t.Logf 2019-12-06 10:16:14 +05:30
Ajitem Sahasrabuddhe
ccb0e89075
fix no tests running 2019-12-06 10:12:58 +05:30
Ajitem Sahasrabuddhe
078d14335a create gopath/bin dir 2019-12-05 23:27:48 +05:30
Ajitem Sahasrabuddhe
7169ab6062 fix gopath 2019-12-05 23:25:26 +05:30
Ajitem Sahasrabuddhe
88812bd56f fix path 2019-12-05 23:21:55 +05:30
Ajitem Sahasrabuddhe
59babefa34 fix syntax for multiple branches 2019-12-05 23:17:53 +05:30
Ajitem Sahasrabuddhe
eb35e4d3c7 combine workflow files for v1 and v2, and use pre-compiled binary for gfmrun 2019-12-05 23:14:25 +05:30