ci: add Gitea Actions workflows
Some checks failed
CI / build (push) Failing after 51s

Adapt GitHub Actions workflows for self-hosted Gitea instance:
- CI workflow with PlatformIO build, cppcheck, and clang-format
- PR title format checker using conventional commits
- Release workflow for tagged builds

Keeps original .github/workflows/ for upstream compatibility.
This commit is contained in:
cottongin
2026-01-28 05:12:49 -05:00
parent 54004d5a5b
commit e8d332e34f
4 changed files with 122 additions and 0 deletions

4
.gitignore vendored
View File

@@ -11,3 +11,7 @@ build
**/__pycache__/
test/epubs/
CrossPoint-ef.md
# Gitea Actions runner config (contains credentials)
.runner
.runner.*