Prevent Convert-MDLinks from changing link patterns found in code blocks #390
Workflow file for this run
This file contains 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: Checklist | |
on: | |
pull_request: | |
branches: | |
- main | |
types: | |
- opened | |
- reopened | |
- ready_for_review | |
- edited | |
- synchronize | |
permissions: | |
contents: read | |
jobs: | |
Test: | |
name: Verify Status | |
runs-on: windows-latest | |
if: | | |
!contains(github.event.pull_request.title, 'WIP') && | |
!github.event.pull_request.draft | |
defaults: | |
run: | |
shell: pwsh | |
steps: | |
- name: Verify Checklist | |
id: verify_checklist | |
uses: MicrosoftDocs/PowerShell-Docs/.github/actions/verification/checklist/v1@main |