Use Managed Identity for API Scan #5131
This file contains hidden or 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: markdown-link-check | |
on: | |
push: | |
branches: | |
- '*' | |
tags-ignore: | |
- 'release/vs/*' | |
pull_request: | |
jobs: | |
markdown-link-check: | |
name: markdown-link-check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone the repository | |
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 | |
- name: Validate Markdown links | |
uses: gaurav-nelson/github-action-markdown-link-check@322b2315689b8cc8c65c14a07064ec862e62ee7c | |
with: | |
use-quiet-mode: 'yes' | |
# https://github.com/tcort/markdown-link-check#config-file-format | |
config-file: '.github/workflows/markdown-link-check-config.json' |