5 commentaires (5 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)TypeScript8 552 stars (8 552 stars)741 forks (741 forks)batch import
area/buildgood first issue
Description
Let's move the CI over to Github Actions!
Guide contributeur
- Stack technique
- typescript
- Domaine
- ci cddevops
- Type d'issue
- devops
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-2 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- GitHub ActionsCircleCIYAML configuration
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 65
- Direction de recherche
- Examine the existing CircleCI configuration in `.circleci/config.yml` in the repository to understand the build, test, and deployment steps. Then, replicate those steps using GitHub Actions in `.github/workflows/`. Check the issue comments for any specific requirements or preferences from maintainers. Ensure that the new workflow triggers on appropriate events (e.g., push, pull request) and runs the same scripts as before.