Skip to content

Bump eslint from 9.18.0 to 9.19.0 in /lambda #1244

Bump eslint from 9.18.0 to 9.19.0 in /lambda

Bump eslint from 9.18.0 to 9.19.0 in /lambda #1244

Workflow file for this run

name: Terraform
on: push
jobs:
validate:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/[email protected]
- uses: Homebrew/actions/setup-homebrew@master
- name: Install tflint
run: brew install tflint
- name: Run tflint
run: make tflint
- name: Run terraform validate
run: make validate
env:
AWS_REGION: us-east-1