Skip to content

Bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 #394

Bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0

Bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 #394

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