Skip to content

Update README.md

Update README.md #302

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