Skip to content

compatible with 1.20.20-preview.22 #652

compatible with 1.20.20-preview.22

compatible with 1.20.20-preview.22 #652

Workflow file for this run

name: 'Link Checker'
on:
push:
branches:
- main
pull_request:
types: [ labeled ]
jobs:
markdown-link-check:
## this action only runs in one of the following conditons
## PR is labelled with docs tag
## It's a push commit
if: ${{ (github.event.label.name == 'docs' && github.event_name == 'pull_request') || github.event_name == 'push' }}
name: 'Check Links'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Markdown links check
uses: ruzickap/action-my-markdown-link-checker@v1
with:
exclude: |
docs/