Skip to content

Bump github.com/terraform-linters/tflint-plugin-sdk from 0.19.0 to 0.20.0 #395

Bump github.com/terraform-linters/tflint-plugin-sdk from 0.19.0 to 0.20.0

Bump github.com/terraform-linters/tflint-plugin-sdk from 0.19.0 to 0.20.0 #395

name: generated-code
on: pull_request
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: go run ./apispec-rule-gen
working-directory: ./tools
run: go run ./apispec-rule-gen && git diff --exit-code