Commit Graph

6 Commits

Author SHA1 Message Date
91c6958720 update: actrc (1 files) 2025-12-25 21:33:09 +00:00
98e378ade8 chore: add .actrc for local GitHub Actions testing
- Configure medium-size Ubuntu image for M-series Mac compatibility
- Set container architecture to linux/amd64
- Enables 'act' workflow runner for local CI testing
2025-12-25 16:25:02 +00:00
b2379aee23 feat: add .actrc and .secrets.example files, enhance documentation, and implement pre-push git hook for workflow validation 2025-12-25 15:58:02 +00:00
22c60c5de5 feat: add .actrc configuration and update file paths in COPILOT_SDLC_SUMMARY.md 2025-12-25 15:47:28 +00:00
bbaa14f0f9 Frontend got mashed up 2025-12-25 13:38:59 +00:00
b3e17e7dd4 feat: Add troubleshooting guide and enhance act scripts
- Created a new troubleshooting guide in README.md for common issues and testing problems.
- Updated package.json to include new act commands for linting, type checking, building, and diagnosing workflows.
- Added a pre-commit hook script to validate workflows before commits.
- Enhanced run-act.sh script with logging, Docker checks, and improved output formatting.
- Improved test-workflows.sh with an interactive menu and performance tracking.
- Introduced setup-act.sh for quick setup and testing of act integration.
2025-12-25 13:16:45 +00:00