Skip to content

Commit a5f51df

Browse files
Add Terraform lint
1 parent da60997 commit a5f51df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint
2+
on: [push, pull_request]
3+
4+
jobs:
5+
tf_lint:
6+
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Check out code
11+
uses: actions/checkout@main
12+
- name: Lint Terraform
13+
uses: actionshub/terraform-lint@main

0 commit comments

Comments
 (0)