Skip to content

Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 #216

Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0

Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 #216

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout source code
- uses: terraform-linters/setup-tflint@v4
name: Setup TFLint
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
env:
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint --recursive --config $GITHUB_WORKSPACE/.tflint.hcl -f compact