fix(ci): use self-hosted Gitea action mirrors instead of GitHub #119

Merged
forbes merged 2 commits from fix/ci-self-hosted-actions into main 2026-02-09 17:12:55 +00:00

2 Commits

Author SHA1 Message Date
2c09c41095 chore: replace .github with Gitea templates (#116)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Remove .github/ directory (FreeCAD upstream GitHub templates, funding,
  dependabot, labels, images)
- Relocate .github/codespellignore to .codespellignore
- Relocate .github/scripts/run_gui_tests.py to scripts/run_gui_tests.py
- Add Gitea issue templates: bug report, feature request, documentation
- Add Gitea PR template aligned with CONTRIBUTING.md conventions

Closes #116
2026-02-09 11:11:27 -06:00
633f02a8fe fix(ci): use self-hosted Gitea action mirrors instead of GitHub
Some checks failed
Build and Test / build (pull_request) Has been cancelled
Replace all GitHub action URLs with self-hosted mirrors at
git.kindred-systems.com/actions/:
- checkout@v4
- cache/restore@v4, cache/save@v4
- upload-artifact@v3
- download-artifact@v3

This removes the external GitHub dependency from CI/CD workflows.
2026-02-09 11:09:29 -06:00