Skip to content

Commit 4400849

Browse files
committed
chore: Pre-commit linting
1 parent f26e742 commit 4400849

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ jobs:
8181
run: |
8282
IMAGE_TAG=$(echo "$IMAGE_TAGS" | head -n1)
8383
echo "Testing tools image: $IMAGE_TAG"
84-
84+
8585
# Version checks
8686
docker run --rm "$IMAGE_TAG" terraform --version
8787
docker run --rm "$IMAGE_TAG" terraform-docs --version
8888
docker run --rm "$IMAGE_TAG" tflint --version
89-
89+
9090
# Functional tests
9191
echo "Testing basic functionality..."
9292
docker run --rm -v "$(pwd)/tests:/workspace" -w /workspace "$IMAGE_TAG" terraform init -backend=false || echo "terraform init test passed"

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
- '**/*.py'
1212
- '**/*.sh'
1313
- Dockerfile*
14-
- .pre-commit-hooks.yaml
15-
paths-ignore:
16-
- 'tests/**'
14+
- .pre-commit-hooks.yaml
15+
paths-ignore:
16+
- tests/**
1717

1818

1919
jobs:

0 commit comments

Comments
 (0)