Skip to content

Added Fix For issue #654 #307

Added Fix For issue #654

Added Fix For issue #654 #307

Workflow file for this run

---
name: Terraform Schema Linting
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- 'vendor/**'
- '.github/workflows/**'
jobs:
tflint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.3'
- run: make tools
- run: make tflint