Applying formatting changes
This commit is contained in:
parent
24a830aff0
commit
69506cf6a0
12
.github/workflows/check-legacy-links-format.yml
vendored
12
.github/workflows/check-legacy-links-format.yml
vendored
@ -3,15 +3,15 @@ name: Legacy Link Format Checker
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'website/content/**/*.mdx'
|
||||
- 'website/data/*-nav-data.json'
|
||||
- "website/content/**/*.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: 'vagrant'
|
||||
repo-owner: "hashicorp"
|
||||
repo-name: "vagrant"
|
||||
commit-sha: ${{ github.sha }}
|
||||
mdx-directory: 'website/content'
|
||||
nav-data-directory: 'website/data'
|
||||
mdx-directory: "website/content"
|
||||
nav-data-directory: "website/data"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user