This commit is contained in:
13
.gitea/workflows/lint.yml
Normal file
13
.gitea/workflows/lint.yml
Normal file
@@ -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
|
Reference in New Issue
Block a user