75 Commits

Author SHA1 Message Date
Fernandez Ludovic
bc05d62e37 docs: add explanation for github-token option 2024-05-20 18:31:17 +02:00
Fernandez Ludovic
d7e9c664d4 docs: use a fixed version 2024-05-12 22:03:15 +02:00
Fernandez Ludovic
5815a4b917 doc: improve readme 2024-05-07 02:02:33 +02:00
Fernandez Ludovic
23faadfdeb doc: improve readme 2024-05-07 01:56:19 +02:00
Fernandez Ludovic
b556f25b3c doc: improve readme 2024-05-07 01:44:28 +02:00
Ludovic Fernandez
789f114c52
feat: rewrite format handling (#1038) 2024-05-07 01:40:17 +02:00
Ludovic Fernandez
21e9e6b47f
feat: use OS and working-directory as cache key (#1032) 2024-05-04 18:43:48 +02:00
Ludovic Fernandez
dbb7ebcd4c
feat: add option to control cache invalidation interval (#1031) 2024-05-04 17:47:25 +02:00
Ludovic Fernandez
ecb32920c6
feat: uses 2 dots compare syntax for push diff (#1030) 2024-05-04 16:54:30 +02:00
Fernandez Ludovic
046435d14c doc: improve options documentation 2024-05-04 02:42:39 +02:00
Fernandez Ludovic
ca8befdfb6 doc: improve options documentation 2024-05-04 02:36:06 +02:00
Fernandez Ludovic
aebff4bd9c feat: add option to enable/disable annotations 2024-05-04 01:40:50 +02:00
Fernandez Ludovic
2bff406277 doc: improve options documentation 2024-05-04 01:27:11 +02:00
Fernandez Ludovic
7a6f31107b doc: improve options description 2024-05-04 01:17:12 +02:00
Fernandez Ludovic
57c4c9d189 docs: update readme 2024-05-04 00:37:42 +02:00
Ludovic Fernandez
d073fb8ea7
doc: add information about annotation limitations 2024-05-01 04:24:14 +02:00
Ludovic Fernandez
9d1e0624a7
feat: only new issues enhancements (#1029) 2024-04-29 17:07:23 +02:00
Fernandez Ludovic
d149ece3f4 docs: update readme 2024-04-27 04:18:26 +02:00
Fernandez Ludovic
f89fd48199 docs: update readme 2024-04-27 03:06:28 +02:00
Fernandez Ludovic
47ef1b2e7f docs: update readme 2024-04-26 17:25:34 +02:00
Fernandez Ludovic
7c0f80cbb8 docs: update readme 2024-04-25 03:39:35 +02:00
Fernandez Ludovic
3adb6d0473 docs: update readme 2024-04-25 03:38:07 +02:00
Fernandez Ludovic
03a8ce6d60 docs: update readme 2024-04-25 03:35:41 +02:00
Ludovic Fernandez
82d40c283a
feat: remove Go cache management (#1024) 2024-04-25 03:26:57 +02:00
Navneeth Jayendran
c683728f10
feat: add option to not save cache (#851) 2024-04-25 01:17:21 +00:00
Masahiro Furudate
552a57d5dc
docs: update the version of the action used in the README example (#977)
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2024-02-17 15:43:17 +00:00
Justin Fuller
05d79cc0e4
docs: update section about GitHub Annotations (#931) 2023-12-21 17:04:32 +01:00
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