diff options
| author | Colin Wilk <colin.wilk@tum.de> | 2023-06-10 20:47:18 +0200 |
|---|---|---|
| committer | Colin Wilk <colin.wilk@tum.de> | 2023-06-10 20:47:18 +0200 |
| commit | 94382593fb749eaeec98d4067a62fa0192ac1ae8 (patch) | |
| tree | 222b4599085bd519647378096085a782a57f9a0a /.github | |
| parent | dedc7b30342442ddfb83f8e22e74986fa45ebcab (diff) | |
| download | terraform-github-94382593fb749eaeec98d4067a62fa0192ac1ae8.tar.gz terraform-github-94382593fb749eaeec98d4067a62fa0192ac1ae8.zip | |
Setup tflint for ci
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index fdc7c70..f984466 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,4 +9,5 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 + - uses: terraform-linters/setup-tflint@v3 - uses: pre-commit/action@v3.0.0 |