File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ for png_file in $(find $modules_glob -maxdepth 1 -name '*.png'); do
141
141
check_png_naming " $png_file "
142
142
done
143
143
144
- # Check each buildingblock directory
145
- # for buildingblock_dir in $(find $modules_glob -type d -name 'buildingblock'); do
146
- # check_terraform_files "$buildingblock_dir"
147
- # done
144
+ Check each buildingblock directory
145
+ for buildingblock_dir in $( find $modules_glob -type d -name ' buildingblock' ) ; do
146
+ check_terraform_files " $buildingblock_dir "
147
+ done
148
148
149
149
# Output summary
150
150
echo " "
@@ -181,5 +181,5 @@ if [[ -n "$GITHUB_STEP_SUMMARY" ]]; then
181
181
if [[ ${# errors[@]} -eq 0 && ${# warnings[@]} -eq 0 ]]; then
182
182
echo " - ✅ All checks passed successfully."
183
183
fi
184
- }
184
+ }
185
185
fi
You can’t perform that action at this time.
0 commit comments