fix(ci): inline CI workflow — Gitea cross-repo uses broken #8

Open
plugin-dev wants to merge 2 commits from fix/inline-ci-workflow into main

2 Commits

Author SHA1 Message Date
plugin-dev 07a6911e52 fix(ci): remove name override to post correct CI context
CI / validate (pull_request) Successful in 1m37s
CI / validate (push) Successful in 1m43s
[Do] Manual ack
Branch protection requires 'CI / validate (pull_request)'. The 'name: Plugin validation'
job override caused 'CI / Plugin validation' instead. Removing the override so the
job name defaults to 'validate', matching the required status check.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 08:47:17 +00:00
plugin-dev 9b77ef14cc fix(ci): inline ci workflow — Gitea 1.22.6 cross-repo uses broken
CI / Plugin validation (push) Successful in 1m17s
CI / Plugin validation (pull_request) Successful in 1m4s
Replaces workflow_call (uses: molecule-ai/molecule-ci/...) with an
inline jobs block. The cross-repo workflow_call pattern no-ops on
Gitea 1.22.6 because DEFAULT_ACTIONS_URL=github routes the fetch
to github.com (where molecule-ai is suspended), causing a 404.
Canonical validate-plugin.py is still fetched from molecule-ci on
every run so validator changes propagate without repo-specific vendor
drift.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 04:21:42 +00:00