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