felixmosh / turborepo-gh-artifacts

A TurboRepo local cache server which uploads artifact cache to GH artifacts.
MIT License
122 stars 7 forks source link

feat: cache `listArtifacts()` results between GETs #11

Closed AlCalzone closed 2 years ago

AlCalzone commented 2 years ago

As discussed, this PR adds caching for the listArtifacts() call to avoid repeated GitHub API requests with the same result.