diff options
Diffstat (limited to 'pkg/artifactcache/doc.go')
-rw-r--r-- | pkg/artifactcache/doc.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/artifactcache/doc.go b/pkg/artifactcache/doc.go new file mode 100644 index 0000000..13d2644 --- /dev/null +++ b/pkg/artifactcache/doc.go @@ -0,0 +1,8 @@ +// Package artifactcache provides a cache handler for the runner. +// +// Inspired by https://github.com/sp-ricard-valverde/github-act-cache-server +// +// TODO: Authorization +// TODO: Restrictions for accessing a cache, see https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache +// TODO: Force deleting cache entries, see https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#force-deleting-cache-entries +package artifactcache |