jbangdev / jbang-action

Docker image and Github Action to run jbang scripts
https://jbang.dev
MIT License
39 stars 11 forks source link

Include caching in action #41

Open koppor opened 3 weeks ago

koppor commented 3 weeks ago

It is now "modern" to include caching the action itself. See for example the gradle setup action.

Thus, it would be convenient if the action also included automatic caching and not requiring the user to add a "cache" step for themselves (https://registry.hub.docker.com/r/jbangdev/jbang-action).

maxandersen commented 1 week ago

This would probably make more sense to do in https://github.com/jbangdev/setup-jbang - wdyt?