Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hacktoberfest Platform/DevOps] Add YAML Lint CI to Shared Actions #4

Open
joyliu-q opened this issue Oct 13, 2022 · 0 comments
Open

Comments

@joyliu-q
Copy link
Contributor

When editing the shared-action GitHub workflows, we want to make sure the YAML we are writing are not broken. It would be unfortunate to merge an invalid react.yaml to shared-actions (e.g. with period accidentally added) and cause every product's CI to break.

To resolve this, we need to add some CI that tests the GitHub workflows (e.g. using a yaml linter) for all code pushes. For reference, you can check cdk_validate_manifests for each repo to see how validation is currently done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants