Adding docs-content-check-legacy-links-format workflow

docs/amb.migrate-link-formats
Ashlee Boyer 3 years ago
parent a86cef4d50
commit e81c849617

@ -0,0 +1,17 @@
name: Legacy Link Format Checker
on:
push:
paths:
- "website/docs/**/*.mdx"
- "website/data/*-nav-data.json"
jobs:
check-links:
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@d7c2fceac2dc41e3f857f1ce7c344141fd6a13dd
with:
repo-owner: "hashicorp"
repo-name: "terraform"
commit-sha: ${{ github.sha }}
mdx-directory: "website/docs"
nav-data-directory: "website/data"
Loading…
Cancel
Save