Files
org/.yamllint.yaml
T
Chris Farhood d62d5da70d
CI / lint (push) Failing after 10s
ci: move to .gitea/workflows and expand lint coverage
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>
2026-05-21 07:14:11 -04:00

8 lines
106 B
YAML

extends: default
rules:
line-length: disable
document-start: disable
truthy:
check-keys: false