Skip to content

chore: fixing tflint and commitlint #50

chore: fixing tflint and commitlint

chore: fixing tflint and commitlint #50

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:
# 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