Skip to content

Commit ed4c7de

Browse files
committed
[CI] Add Markdown links check
OpenAssetIO/OpenAssetIO#737 Validate that markdown links are valid in CI. Signed-off-by: Elliot Morris <[email protected]>
1 parent 8bb21be commit ed4c7de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ jobs:
4242
4343
- name: Check Python formatting
4444
run: black --check .
45+
46+
markdown-link-check:
47+
runs-on: ubuntu-latest
48+
steps:
49+
- uses: actions/checkout@v4
50+
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)