Skip to content

Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 #423

Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0

Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 #423

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