Skip to content

Issue 954 Failure to refresh state - Fixed #367

Issue 954 Failure to refresh state - Fixed

Issue 954 Failure to refresh state - Fixed #367

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@v5
with:
go-version: '1.21.3'
- run: make tools
- run: make tflint