We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fca7e commit 3a6827cCopy full SHA for 3a6827c
.github/workflows/terraform_format_check.yml
@@ -38,5 +38,6 @@ jobs:
38
for file in ${ALL_CHANGED_FILES}; do
39
echo "Checking format of $file with terraform fmt"
40
terraform fmt -check -recursive "$file" || EXIT_CODE=$?
41
+ echo "Result is $EXIT_CODE"
42
done
- exit $EXIT_CODE
43
+ exit $EXIT_CODE
0 commit comments