Skip to content

Bump check-spelling/check-spelling from 0.0.22 to 0.0.24 #219

Bump check-spelling/check-spelling from 0.0.22 to 0.0.24

Bump check-spelling/check-spelling from 0.0.22 to 0.0.24 #219

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