Skip to content

Commit fe7b671

Browse files
JoshLuedemanCopilot
andcommitted
fix: update CI workflow and format terraform code
- TFLint: use --minimum-failure-severity=error (warnings don't fail CI) - Run terraform fmt -recursive for canonical formatting Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4faad1e commit fe7b671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
GITHUB_TOKEN: ${{ github.token }}
6363

6464
- name: Run TFLint
65-
run: tflint --recursive --format compact
65+
run: tflint --recursive --format compact --minimum-failure-severity=error
6666

6767
terraform-plan:
6868
name: "📋 Plan (Validation)"

0 commit comments

Comments
 (0)