This single repository is used to centralize and distribute CI/CD scripts to all telemetry applications. This enables your team to modify it in one place and distribute it with one merge on dev and another one on master when it was successful.
- The folder
.github
is used by GitHub Action for files' distribution. - The folder
scripts
is all of the scripts used by this project's Action. - The folder
src
is containning the GitHub Actions which are distributed in all of telemetry projects.