0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript363 forks (363 forks)auto 404
good first issuehacktoberfestscope/infratype/chore
Repository metrics
- Stars
- 2,554 stars (2,554 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- extract the common part w/ docker jobs from release and main workflows
- extract sonar jobs
- try to extract build jobs
- take a look at the rest
- consider running things like linter/tests in parallel to save time & to be able to rerun them separately in the future if one fails
Contributor guide
- Research direction
- Inspect the existing GitHub Actions workflows in .github/workflows, identify duplicated Docker and Sonar job steps, design reusable workflows, and explore running lint/tests in parallel to save CI time. Use the GitHub Actions reusable workflow syntax to extract common logic.
- Tech stack
- typescriptdockergithub actions
- Domain
- ci cddevops
- Issue type
- DevOps
- Prerequisites
- GitGitHub ActionsDocker