mirror of
https://github.com/walter-base/common-workflow.git
synced 2026-09-08 19:26:46 -04:00
d77f7a9f8ec31ad8e340cb9ce2410a11d1082b57
feat: publish Gitea installers for all agents
Common Agent Marketplace Workflows
Public reusable GitHub Actions workflows and validation actions for repositories that publish agent skills and plugins.
This repository intentionally contains only generic marketplace automation:
- skill and plugin manifest validation
- pull-request preview archives
- release archives and installation summaries
Container, infrastructure, deployment, and environment-specific workflows are
kept in the private Walter0697/common-workflow repository.
Reuse
Reference the workflows from a repository workflow with a version tag or commit SHA, for example:
jobs:
validate:
uses: walter-base/common-workflow/.github/workflows/agent-marketplace-ci.yaml@master
The validator is also available as:
uses: walter-base/common-workflow/actions/validate-agent-marketplace@master
Languages
Shell
100%