Part of the Ant Design ecosystem.
🧰 Shared GitHub community files and workflow templates for rc-component packages.
English | 简体中文
Shared GitHub community files and workflow templates for the React Component organization.
New rc-component repositories should use the reusable workflow from react-component/rc-test:
jobs:
test:
uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}- Open the target repository on GitHub.
- Go to the Actions tab.
- Click New workflow when the repository already has workflows.
- Choose the React Component workflow template.
See GitHub's documentation for sharing workflows with an organization.
MIT License. See LICENSE for details.