Skip to content

enha: added workflow to generate automatically releases #5

enha: added workflow to generate automatically releases

enha: added workflow to generate automatically releases #5

Workflow file for this run

name: Lint
on:
push:
branches: ["**"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v3
with:
tflint_version: v0.44.1
- name: Show TFLint version
run: tflint --version
- name: Init TFLint
run: tflint --init
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint -f compact