Skip to content

fix(deps): update dependency @iconify/react to v5 #3601

fix(deps): update dependency @iconify/react to v5

fix(deps): update dependency @iconify/react to v5 #3601

Workflow file for this run

name: Terraform Lint
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize]
jobs:
tflint:
runs-on: 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: tflint-${{ hashFiles('.tflint.hcl') }}
- uses: terraform-linters/setup-tflint@v4
name: Setup TFLint
with:
tflint_version: v0.44.1
- name: Init TFLint
run: tflint --init
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint -f compact