Skip to content

Create search-concept-grounding.md #724

Create search-concept-grounding.md

Create search-concept-grounding.md #724

Workflow file for this run

name: Changelog link validation
on:
pull_request:
branches: [ main, live ]
permissions:
pull-requests: write
contents: read
jobs:
check_pull_request:
name: Check files for broken links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
changelog
- name: Validate files
id: validate
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
changeLogDirectory: changelog
uses: microsoftgraph/changelog-link-check@v1.0.7