We have the exactly same GitHub action stored in every repository. Find a way to store it in one place and refer it for the CI in every repository. * https://github.com/quiz-cli/quiz-client/blob/main/.github/workflows/code-quality.yml * https://github.com/quiz-cli/quiz-server/blob/main/.github/workflows/code-quality.yml * https://github.com/quiz-cli/quiz-admin/blob/main/.github/workflows/code-quality.yml * https://github.com/quiz-cli/quiz-common/blob/main/.github/workflows/code-quality.yml * https://github.com/quiz-cli/quiz-tests/blob/main/.github/workflows/code-quality.yml
We have the exactly same GitHub action stored in every repository. Find a way to store it in one place and refer it for the CI in every repository.