4 comments

[ 3.3 ms ] story [ 24.4 ms ] thread
Optimizing for local-first checking is 100% the way to go, and should be used much more widely I think.

I have done a similar thing using simple makefiles though, collecting more complex chains of tasks into a "meta rule" in Make and just calling that from whatever CI config we're using.

Is there any way to cache the dependency installation step on github actions for example?

I supposed you could cache whatever directory it installs to? Would be great to see an example

Yes, that is built into `setup-pixi` github action, indeed!
Dagger seems more fit, but more complex for sure.