attest/TypeScript Cache Action
A Github Action to cache Typescript `tsc --build` for incremental runs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 30, 2025
- License
- MIT
Pinned Snippet
uses: attest/typescript-cache-action@0b03fc3cebf618b0f57969d64732a57a174866db # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cache-base-key | Base cache key for restoring cache | no | "" |
| cache-key | cache key for restoring cache | no | "" |
| base-ref | Base ref for restoring cache | no | main |
| files | Cache for tsc output files | yes | — |
Outputs
no outputs