Skip to content

Merge branch 'main' into GH-32 #113

Merge branch 'main' into GH-32

Merge branch 'main' into GH-32 #113

Workflow file for this run

---
name: Test
on: # yamllint disable-line rule:truthy
push:
branches:
- "**" # matches every branch
- "!main" # excludes main
pull_request:
branches:
- main
jobs:
tflint:
runs-on: ubuntu-latest
name: tflint
steps:
- uses: actions/checkout@master
- uses: terraform-linters/setup-tflint@v1
with:
tflint_version: latest
- name: Show version
run: tflint --version
- name: Init tflint
run: tflint --init
- name: Run tflint
run: tflint -f compact