Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.35.0 #2243

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.35.0

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.35.0 #2243

Workflow file for this run

name: website-lint
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install tools
run: make tools
- name: Website Lint
run: make website-lint