Skip to content

feat: add action to clean up stale caches #10

Description

@axe312ger

After a while, caches can grow.

We need to delete old ones.

Current workaround: find . -atime +30 -exec rm -f {} \; (delete all files in folder older as 30 days)

Note: The feature should somehow support to keep at least X caches, to ensure there is always a cache, even when the project was not worked on for a while)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions