18 条评论 (18 条评论)0 个反应 (0 个反应)0 位负责人 (0 位负责人)CSS15,998 个派生 (15,998 个派生)batch import
WIPgood first issueimprovement
仓库指标
- 星标
- 82,530 个星标 (82,530 个星标)
- PR 合并指标
- 30 天内没有已合并 PR (30 天内没有已合并 PR)
描述
Our CI settings are a bit outdated - they just npm install - we should move them to Github actions so the whole team can have full access to the whole process. It should run:
npm install
npm start
npm run docs
贡献者指南
- 研究方向
- 该问题要求从 Travis CI 迁移到 GitHub Actions,并使用特定的 npm 脚本:npm install、npm start、npm run docs。请检查现有的 .travis.yml 配置文件,然后创建一个 GitHub Actions 工作流文件(例如 .github/workflows/ci.yml),使其在推送/PR 时运行这些命令。该仓库使用 Node.js,因此请相应设置 Node 环境。18 条评论中可能包含维护者的额外背景信息或偏好。
- 技术栈
- javascript
- 领域
- devops
- 议题类型
- DevOps
- 前置要求
- GitGitHub Actions basics