Skip to content

Merge pull request #720 from Azure-Samples/anujparashar/upgrading-lin… #741

Merge pull request #720 from Azure-Samples/anujparashar/upgrading-lin…

Merge pull request #720 from Azure-Samples/anujparashar/upgrading-lin… #741

Workflow file for this run

name: Documentation Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
fail_on_error: true
config_file: '.linkspector.yml'
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://avtodev/markdown-lint:v1
with:
args: '**/*.md'
config: '.markdownlint.yml'