Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.01 KB

File metadata and controls

29 lines (21 loc) · 1.01 KB

React Component GitHub Defaults

Ant Design Ant Design 生态的一部分。

🧰 rc-component 仓库共享的 GitHub 社区文件与工作流模板。

English | 简体中文

React Component 组织共享的 GitHub Actions 工作流模板。

使用方式

  1. 进入目标仓库的 Actions 页面。
  2. 如果仓库已有工作流,点击 New workflow。
  3. 选择 React Component 提供的模板并按需提交。

当前推荐新仓库直接使用 rc-test 中的 reusable workflow:

jobs:
  test:
    uses: react-component/rc-test/.github/workflows/test-utoo.yml@main
    secrets:
      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

License

MIT License。详见 LICENSE