Skip to content

Bump elliptic from 6.5.4 to 6.6.0 in /Childrens-Social-Care-CPD in the npm_and_yarn group #1104

Bump elliptic from 6.5.4 to 6.6.0 in /Childrens-Social-Care-CPD in the npm_and_yarn group

Bump elliptic from 6.5.4 to 6.6.0 in /Childrens-Social-Care-CPD in the npm_and_yarn group #1104

name: 'Terraform TFLint'
on:
pull_request:
branches: [ "main", "next" ]
jobs:
terraform-tflint:
name: 'Terraform TFLint'
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Check out code
uses: actions/checkout@main
- uses: terraform-linters/setup-tflint@v3
name: Setup TFLint
with:
tflint_version: latest
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
- name: Run TFLint
run: tflint --chdir Terraform --disable-rule terraform_unused_declarations --format compact