ci(deps): Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.34.0 #5644
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |