Skip to content

feat(codegen): Stamp OriginalSourceLocation on ResourceDictionary #9741

feat(codegen): Stamp OriginalSourceLocation on ResourceDictionary

feat(codegen): Stamp OriginalSourceLocation on ResourceDictionary #9741

name: Check Links
on:
pull_request:
jobs:
link-check:
runs-on: ubuntu-latest
name: Check Docs links
steps:
- name: Checkout Code
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: recursive
- name: Import External Doc
run: pwsh ./doc/import_external_docs.ps1
- name: Move external inside Doc dir
run : mv ./articles/external ./doc/articles/
- name: Move Hot Design doc inside Doc dir
run: mv "./articles/studio/Hot Design" ./doc/articles/studio
- name: Check links
uses: lycheeverse/lychee-action@v2.9.0
with:
fail: false
args: >
--verbose
--no-progress
--accept 200..=204,429
./doc/**/*.md