Skip to content

ci(deps): Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.32.0 #5650

ci(deps): Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.32.0

ci(deps): Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.32.0 #5650

Workflow file for this run

name: lint-code
on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main
tags:
- "[0-9]+.[0-9]+.[0-9]+"
# https://semver.org/ proper release tags, more or less
- "v[0-9]+.[0-9]+.[0-9]+"
# prerelease tags, more or less
- "v[0-9]+.[0-9]+.[0-9]+-*"
permissions:
contents: read
pull-requests: read
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- name: Checkout
if: ${{ !env.ACT }}
uses: actions/checkout@v3
- uses: hadenlabs/action-pre-commit@0.2.0
with:
args: run --all-files