Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.27 KB

File metadata and controls

34 lines (24 loc) · 1.27 KB

React Component GitHub Defaults

Ant Design 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.

Recommended CI

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

Workflow Template

  1. Open the target repository on GitHub.
  2. Go to the Actions tab.
  3. Click New workflow when the repository already has workflows.
  4. Choose the React Component workflow template.

See GitHub's documentation for sharing workflows with an organization.

License

MIT License. See LICENSE for details.