Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research other setup-* repos to see what they cover #417

Open
PoshAlpaca opened this issue May 23, 2022 · 1 comment
Open

Research other setup-* repos to see what they cover #417

PoshAlpaca opened this issue May 23, 2022 · 1 comment
Assignees

Comments

@PoshAlpaca
Copy link

PoshAlpaca commented May 23, 2022

Results of research looking at setup-* GH actions for Node, Python, Java and Go:

  • Their *-version parameter usually supports SemVer version range syntax and is usually optional (except for Java)
  • They make use of caching by using the runner's tools cache when possible (e.g. Python & Java) and caching downloaded versions (e.g. Node & Go)
  • They all support caching of package manager dependencies (off by default), configured via the cache key, by using actions/cache internally
  • Node and Java support publishing to package registries
  • All of them register problem matchers for error output
@PoshAlpaca PoshAlpaca self-assigned this May 23, 2022
@sergeysova
Copy link

It would be very cool if I can cache the downloaded swift version between the runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants