diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml new file mode 100644 index 0000000..d8e22fc --- /dev/null +++ b/.gitea/workflows/lint.yml @@ -0,0 +1,13 @@ +name: terraform-lint + +on: + - push + +jobs: + terraform-lint: + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@v4 + - name: Lint Terraform + uses: actionshub/terraform-lint@v2