File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 66 - main
77 paths-ignore :
88 - ' **/*.md'
9+ - ' .github/workflows/markdown.yml'
10+ - ' .github/markdownlint.json'
11+ - ' .github/markdownlint.jsonc'
912 pull_request :
1013 branches :
1114 - main
1215 paths-ignore :
1316 - ' **/*.md'
17+ - ' .github/workflows/markdown.yml'
18+ - ' .github/markdownlint.json'
19+ - ' .github/markdownlint.jsonc'
1420 workflow_dispatch :
1521 merge_group :
1622 release :
Original file line number Diff line number Diff line change 66 - main
77 paths-ignore :
88 - ' **/*.md'
9+ - ' .github/workflows/markdown.yml'
10+ - ' .github/markdownlint.json'
11+ - ' .github/markdownlint.jsonc'
912 push :
1013 branches :
1114 - main
1215 paths-ignore :
1316 - ' **/*.md'
17+ - ' .github/workflows/markdown.yml'
18+ - ' .github/markdownlint.json'
19+ - ' .github/markdownlint.jsonc'
1420
1521permissions :
1622 contents : read
Original file line number Diff line number Diff line change 2828
2929 - name : Checkout vscode-cmsis-debugger
3030 uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
31- with :
32- ref : ${{ github.head_ref }}
3331
3432 - name : Register Markdownlint Warning Matcher
3533 run : echo "::add-matcher::.github/markdownlint.json"
5452 egress-policy : audit
5553
5654 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
57- with :
58- ref : ${{ github.head_ref }}
5955
6056 - name : Check Links
6157 uses : tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
Original file line number Diff line number Diff line change 1212 branches : [ "main" ]
1313 paths-ignore :
1414 - ' **/*.md'
15+ - ' .github/workflows/markdown.yml'
16+ - ' .github/markdownlint.json'
17+ - ' .github/markdownlint.jsonc'
1518
1619permissions :
1720 contents : read
Original file line number Diff line number Diff line change 88 - docs/tpip-header.md
99 - scripts/tpip-reporter.ts
1010 - ' !**/*.md'
11+ - ' !.github/workflows/markdown.yml'
12+ - ' !.github/markdownlint.json'
13+ - ' !.github/markdownlint.jsonc'
1114 branches :
1215 - main
1316 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments