gha-cache-proof 1.0.1

GitHub Actions cache compatibility checker and local cache-store receipt tool for offline CI
Documentation
1
2
3
4
5
6
7
8
9
# Examples

`examples/workflows/cache.yml` is a small workflow that uses `actions/cache@v5` with a templated key and restore key.

Check it with:

```powershell
cargo run -- check-workflow --repo examples --workspace examples --workflow examples/workflows/cache.yml --format markdown
```