ci(component): Check if examples declared and folders match#12151
ci(component): Check if examples declared and folders match#12151me-no-dev merged 1 commit intoespressif:masterfrom
Conversation
👋 Hello lucasssvaz, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor 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