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>
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>