https://github.com/react-component/.github
https://github.com/react-component/.github
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/react-component/.github
- Owner: react-component
- Created: 2020-11-02T05:55:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T08:07:52.000Z (about 1 year ago)
- Last Synced: 2025-08-22T09:24:12.449Z (4 months ago)
- Size: 58.6 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

3、If your repository already has existing workflows: In the upper-left corner, click New workflow.

4、In section titled "Workflows created by React Component". Click **Set up this workflow**.

## 💬 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.