18 comments (18 comments)0 reactions (0 reactions)0 assignees (0 assignees)CSS15,998 forks (15,998 forks)batch import
WIPgood first issueimprovement
Repository metrics
- Stars
- 82,530 stars (82,530 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
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
Contributor guide
- Research direction
- Create a GitHub Actions workflow file (e.g., .github/workflows/ci.yml) that runs npm install, npm start, and npm run docs on push or pull request. Remove the Travis CI configuration.
- Tech stack
- javascript
- Domain
- devops
- Issue type
- DevOps
- Prerequisites
- GitGitHub Actions basics