Skip to content

feat: use a new regexp to parse logs and keep JSON format and add additional filters configuration #17

feat: use a new regexp to parse logs and keep JSON format and add additional filters configuration

feat: use a new regexp to parse logs and keep JSON format and add additional filters configuration #17

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
tflint:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
name: Checkout source code
- uses: actions/cache@v4
name: Cache plugin dir
with:
path: ~/.tflint.d/plugins
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
- uses: terraform-linters/setup-tflint@v4
name: Setup TFLint
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
- name: Run TFLint
run: tflint -f compact