# mirrors_.github **Repository Path**: mirrors_react-component/mirrors_react-component_.github ## Basic Information - **Project Name**: mirrors_.github - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitHub Actions 🀖 React Component GitHub Actions CI workflow template. ref: [GitHub docs](https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/sharing-workflows-with-your-organization) ## 💬 How to use? 1、On GitHub, navigate to the main page of the repository. 2、Under your repository name, click Actions. ![](./assets/image/actions-tab.png) 3、If your repository already has existing workflows: In the upper-left corner, click New workflow. ![](./assets/image/actions-new-workflow.png) 4、In section titled "Workflows created by React Component". Click **Set up this workflow**. ![](./assets/image/react-component-ci.png) ## 💬 How to migrate from travis CI? 1、Remove `.travis.yml` from the root dir of project. 2、Update build ci badge url in `README.md`. ref: [Update Badge](https://github.com/react-component/trigger/pull/213) 3、Following [How to use](#how-to-use) to set up github actions.