dev-util/gitea-runner: new package at 1.0.4
CI / build (push) Failing after 3m20s

Initial azy5030 overlay: scaffolding (eselect repository), the
dev-util/gitea-runner ebuild (go-module, vendored), CI build validation,
and a daily upstream-bump workflow.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ali
2026-05-20 19:36:58 -05:00
commit 3603b34ba0
13 changed files with 319 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# yamllint config for the homeserver repo.
# Relaxed to match the repo's existing YAML style (configs + docker-compose +
# Gitea Actions workflows), mirroring the line-length leniency in .markdownlint.json.
extends: default
rules:
# Many service/compose configs have long values (URLs, labels); don't enforce width.
line-length: disable
# Config and compose files don't use explicit "---" document starts.
document-start: disable
# Allow workflow keys like `on:` (parsed as boolean) without quoting.
truthy:
check-keys: false