- Notifications
You must be signed in to change notification settings - Fork7.8k
ci(component): Check if examples declared and folders match#12151
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
👋Hello lucasssvaz, we appreciate your contribution to this project! 📘 Please review the project'sContributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you haveread and signed theContributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Description of Change
This pull request adds a new GitHub Actions workflow job to automatically verify that the examples listed in
idf_component.ymlmatch the directories present in theidf_component_examplesfolder. This helps ensure consistency between the declared and actual examples in the repository.CI consistency improvements:
check-examplesjob to.github/workflows/build_component.ymlthat compares the examples declared inidf_component.ymlwith the folders present inidf_component_examples, and fails the workflow if any mismatches are found.Test Scenarios
Tested locally