29 Commits

Author SHA1 Message Date
Sindre Røkenes Myren
0dd30832fc
Add options to skip caching of folders. (#154)
Add option to skip caching the Go package directory (~/go/pkg).
Add option to skip caching the Go build directory (~/.cache/go-build).
Update README to mention new options.
2021-02-14 10:59:58 -06:00
Petr Pučil
e246bba31d
Fix a typo in README.md (it's->its) (#151)
See https://www.grammarly.com/blog/possessive-pronouns/: A Common Mistake: Its vs. It’s
2021-01-23 01:23:41 +01:00
Sergey Vilgelm
e4e910b0ce
Add a skip-go-installation to use pre-installed Go (#144)
* update package-lock.json

* Add skip-go-installation to use pre-installed Go

Add the golangci-lint to PATH
2020-12-31 11:20:57 -06:00
Viacheslav Poturaev
ba0e91ca3a
Add main to list of branches in README example (#104) 2020-10-08 12:37:20 +02:00
Cory LaNou
37037d32f2
Add instructions for multi-os linting (#86)
* Add instructions for multi-os linting

Added a matrix to show how to do multi-os lint builds.  This is specifically needed if you have files like `_darwin.go` or `_windows.go`, etc.  If you don't lint on that specific OS, then those files will NOT be linted.

I also added a note about `.gitattributes` needing to have the line endings correctly checked out, otherwise linting will fail for formatting as well.
2020-09-08 14:51:55 -05:00
Sergey Vilgelm
6317259e28
Run action on different platforms (#65) 2020-08-03 17:35:08 +03:00
Sergey Vilgelm
294f27a519
Update README and test action to use v1.29 (#56) 2020-07-23 11:01:52 +08:00
Sergey Vilgelm
c238b72278
Prepare v2.0.0 (#40) 2020-07-15 12:18:02 -05:00
Tam Mach
3395f777a4
Replace forked cache by official npm (#21)
* Replace forked cache by official npm

* Follow the same validation as @action/cache

* Remove debug log
2020-05-23 12:25:16 +03:00
Denis Isaev
10cbc929b3
Support only-new-issues (#19)
Fixes #16
2020-05-22 10:36:12 +03:00
Denis Isaev
64c208bfbc
docs: add working-directory to README 2020-05-21 14:43:37 +03:00
Denis Isaev
b66692b61d mark the action as stable: v0 -> v1 2020-05-16 17:20:48 +03:00
Denis Isaev
348830fe4b docs: recommend distinct job 2020-05-09 18:48:24 +03:00
Denis Isaev
27e14e0f3f use action config, don't require github token
fixes #11
2020-05-09 16:34:52 +03:00
Denis Isaev
6993abb7cd docs: use @v0.1.7 in README as the latest release in marketplace 2020-05-07 16:01:25 +03:00
Denis Isaev
ca150a071d docs: fix version, @v0 doesn't work 2020-05-07 15:59:32 +03:00
Denis Isaev
fc9d1728df docs: recommend using GITHUB_TOKEN
Fixes: #9
2020-05-07 15:42:54 +03:00
Isaev Denis
1ad27ad153
s/@v1/@v0 2020-05-07 11:26:37 +03:00
Denis Isaev
8ea3043ee4
docs: improve info about performance 2020-05-05 17:51:32 +03:00
Denis Isaev
95f6eefffa
docs: add perf stat into README.md 2020-05-05 17:36:44 +03:00
Denis Isaev
b7926cae39
improve caching 2020-05-05 17:03:47 +03:00
Denis Isaev
ce34998f1f
dev: rename main workflow name 2020-05-04 19:54:26 +03:00
Denis Isaev
1e4a1137a8
dev: fix badge url 2020-05-04 19:53:07 +03:00
Denis Isaev
853ade09ed
reimplement github action in typescript 2020-05-04 17:48:04 +03:00
Aleksandr Razumov
24c25982ec
all: remove github token from readme 2020-04-26 19:51:36 +03:00
Aleksandr Razumov
67503c7b3d
readme: improve 2020-04-26 19:40:37 +03:00
Aleksandr Razumov
60b57697f8
mention reviewdog 2020-04-26 03:45:08 +03:00
Aleksandr Razumov
52ce8f5803
add draft action 2020-04-26 00:39:46 +03:00
Aleksandr Razumov
4a9038cffe
initial 2020-04-25 17:57:46 +03:00