An open API service indexing awesome lists of open source software.

https://github.com/react-component/.github


https://github.com/react-component/.github

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

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.