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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -11,3 +11,7 @@ build
|
||||
**/__pycache__/
|
||||
test/epubs/
|
||||
CrossPoint-ef.md
|
||||
|
||||
# Gitea Actions runner config (contains credentials)
|
||||
.runner
|
||||
.runner.*
|
||||
|
||||
Reference in New Issue
Block a user