jbangdev / jbang-action

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

Include caching in action #41

Open koppor opened 2 months ago

koppor commented 2 months 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 2 months ago

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