Skip to content

Docs: Polish Readme and add examples #5

Docs: Polish Readme and add examples

Docs: Polish Readme and add examples #5

Workflow file for this run

name: TFlint
on:
pull_request:
types: [opened, synchronize]
branches:
- main
- rc
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout source code
- uses: terraform-linters/setup-tflint@v4
name: Setup TFLint
with:
tflint_version: v0.50.3
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
env:

Check failure on line 28 in .github/workflows/tflint.yml

View workflow run for this annotation

GitHub Actions / TFlint

Invalid workflow file

The workflow is not valid. .github/workflows/tflint.yml (Line: 28, Col: 13): Unexpected value ''
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
# GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint -f compact