ci: move to .gitea/workflows and expand lint coverage
CI / lint (push) Failing after 10s

Gitea picks up workflows from .gitea/. Adds yamllint, shellcheck,
and a skill-frontmatter validation step alongside the existing
markdownlint run, so PRs catch malformed YAML, shell scripts, and
missing skill metadata before merge.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-21 07:14:11 -04:00
parent 4c71fab41b
commit d62d5da70d
3 changed files with 51 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
extends: default
rules:
line-length: disable
document-start: disable
truthy:
check-keys: false