keshav-writes-code/Cross-Platform Runner Cleanup
Aggressively reclaim disk space on GitHub-hosted runners (Linux, macOS, Windows) by removing large, unnecessary SDKs and caches.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | If true, only print what would be removed without actually deleting it. | no | false |
| remove-android | Remove Android SDKs. | no | true |
| remove-dotnet | Remove .NET SDKs. | no | true |
| remove-haskell | Remove Haskell (GHC, Cabal, etc). | no | true |
| remove-codeql | Remove CodeQL. | no | true |
| remove-docker-images | Prune Docker images and builder cache. | no | true |
| remove-browsers | Remove pre-installed browsers (Chrome, Firefox, Edge). | no | true |
| remove-xcode | Remove unused Xcode versions (macOS only). Keeps the currently selected one. | no | true |
| remove-swap | Disable and remove swap storage (Linux only). | no | true |
Outputs
no outputs