backport of commit 72385d6b8a61a0e4a737f9f52c155a3472b185c6 #338
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Legacy Link Format Checker | |
on: | |
push: | |
paths: | |
- "website/content/**/*.mdx" | |
- "website/data/*-nav-data.json" | |
jobs: | |
check-links: | |
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490 | |
with: | |
repo-owner: "hashicorp" | |
repo-name: "packer" | |
commit-sha: ${{ github.sha }} | |
mdx-directory: "website/content" | |
nav-data-directory: "website/data" |