# 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
```