Files
bouncer/.gitea/workflows
user ed513251db
Some checks failed
CI / secrets (push) Failing after 9s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 25s
CI / build (push) Has been skipped
fix: run all CI jobs in containers via container directive
The linux runner has no git/node on host and rootless podman
lacks namespace privileges. Use container: directive for every
job: alpine for secrets (gitleaks binary), docker:latest for
build (docker socket mounted by runner).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 08:20:20 +01:00
..