Ludovic Fernandez
608f9e14ec
docs: fix typos
2023-11-14 22:51:16 +01:00
Kunal Singh
6efbbade29
docs: update examples ( #826 )
2023-08-18 12:56:11 +02:00
Tung Bui (Leo)
715abd3467
docs: improve How to use
section in README.md ( #780 )
2023-06-24 11:02:32 +00:00
Fernandez Ludovic
8078b42bbd
docs: improve version description
2023-06-12 16:12:46 +02:00
Ludovic Fernandez
185e7a2f8f
feat: add install-mode ( #768 )
2023-06-11 19:16:14 +02:00
Fernandez Ludovic
5be60c708e
docs: improve args examples
2023-06-11 17:25:06 +02:00
Fernandez Ludovic
825a50d3a2
chore: update workflow and doc
2023-06-09 15:02:04 +02:00
Aisuko
8c13ec4e5d
doc: Add custom configuration file path to args ( #767 )
2023-06-08 14:39:08 +00:00
Yuki Watanabe
b8fff06a27
docs: fix example ( #762 )
2023-06-03 13:06:05 +00:00
hori-ryota
240da36b3d
fix invalid docs about cache key ( #695 )
2023-04-18 12:22:42 +02:00
Carlos Alexandro Becker
39b10dd0d9
docs/build: update to setup-go@v4 ( #704 )
2023-03-20 10:35:44 +01:00
Paul Vaughan
a904d1db61
doc: add quote aroung go version ( #670 )
2023-02-08 11:44:06 +01:00
Ryo Sato
df2c66cf29
modify examples using setup-go ( #451 )
2022-04-15 06:38:11 -07:00
失眠是真滴难受
f9d718302d
docs: update version to v3 ( #450 )
2022-04-13 15:25:12 -07:00
Tomas Dabasinskas
cdfc708aeb
Allow to disable caching completely ( #351 )
...
* Add skip-cache parameter
* Update README
* Implement cache skipping
* Run prettier
* update descriptions
* re-build dist
Co-authored-by: Sergey Vilgelm <sergey@vilgelm.com>
2022-02-26 08:16:23 -08:00
Sergey Vilgelm
c675eb70db
Update all direct dependencies ( #404 )
...
* Update all direct dependencies
* use node v16
* upgrade typescript to v4.5.5
* upgrade actions/github to v5
* use vercel/ncc v0.33.3
* Add compatibility note for v3
* increase timeout for the testing workflow
2022-02-24 11:13:47 -08:00
Steve Coffman
423fbafafc
Remove Setup-Go ( #403 )
...
* Remove Setup-Go
Signed-off-by: Steve Coffman <steve@khanacademy.org>
* Add setup-go to test github actions
Signed-off-by: Steve Coffman <steve@khanacademy.org>
* Modify README and action.yml per review
Signed-off-by: Steve Coffman <steve@khanacademy.org>
* build dist
Co-authored-by: Sergey Vilgelm <sergey@vilgelm.com>
2022-02-24 09:34:23 -08:00
sg0hsmt
8067f9f84a
Add description for permissions settings ( #298 )
...
* Add permissions settings to action test
* Add permissions settings to example config
2021-10-29 10:26:23 -07:00
Zik
23487cb16f
Update "version" config in README example ( #167 )
...
#98 was closed by #101 , but the README still says that only a major-minor version is accepted. It also says that this field is required, but `action.yml` says otherwise. Copy the description from `action.yml` into the README for consistency.
2021-02-23 06:20:09 -06:00
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