Skip to content

Commit 6f1f558

Browse files
committed
Comment tests
1 parent ec4decf commit 6f1f558

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
terraform validate
4747
cd -
4848
done
49+
4950
minimum:
5051
name: Minimum version check
5152
runs-on: ubuntu-latest

.github/workflows/test.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# name: Lint
2+
3+
# on: [push]
4+
5+
# jobs:
6+
# test:
7+
# name: Run Tests
8+
# runs-on: ubuntu-latest
9+
# container:
10+
# image: hashicorp/terraform:latest
11+
# steps:
12+
# - uses: actions/checkout@v4
13+
# - run: terraform test

0 commit comments

Comments
 (0)