cheatingchelsea/.forgejo/workflows
Derek Slenk 558186f904
All checks were successful
CI / test (push) Successful in 3m57s
CI / test (pull_request) Successful in 4m4s
Remove all caching steps from CI workflows
Removed dependency, Next.js build, and TypeScript caching as they were
slowing down the CI pipeline instead of improving performance.

Simplified workflows now run:
1. Checkout
2. Install dependencies
3. Lint & typecheck (parallel)
4. Build

This should significantly reduce CI execution time by eliminating
cache overhead and complexity.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 00:59:40 -04:00
..
ci.yml Remove all caching steps from CI workflows 2025-07-18 00:59:40 -04:00
deploy.yml Remove all caching steps from CI workflows 2025-07-18 00:59:40 -04:00