Skip to content

Commit 3a6827c

Browse files
authored
chore: Update terraform_format_check.yml (#289)
* chore: Update terraform_format_check.yml * Update terraform_format_check.yml
1 parent 93fca7e commit 3a6827c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/terraform_format_check.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
for file in ${ALL_CHANGED_FILES}; do
3939
echo "Checking format of $file with terraform fmt"
4040
terraform fmt -check -recursive "$file" || EXIT_CODE=$?
41+
echo "Result is $EXIT_CODE"
4142
done
42-
exit $EXIT_CODE
43+
exit $EXIT_CODE

0 commit comments

Comments
 (0)