🤖 React Component GitHub Actions CI workflow template.
ref: GitHub docs
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.
1、Remove .travis.yml
from the root dir of project.
2、Update build ci badge url in README.md
.
ref: Update Badge
3、Following How to use to set up github actions.