Skip to content

Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.27.0… #1087

Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.27.0…

Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.27.0… #1087

Workflow file for this run

name: Docs CI
on:
push:
branches:
- master
- feature/**
tags:
- 'v*'
pull_request:
branches:
- master
jobs:
mdvalidate:
name: Validate Markdown Files
runs-on: ubuntu-latest
env:
GOARCH: amd64
GOOS: linux
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Markdown Link Validation
uses: gaurav-nelson/github-action-markdown-link-check@v1