Skip to content

Commit 7b202c4

Browse files
Merge pull request #20 from elliotcmorris/work/737-markdown-lint-check
[CI] Add Markdown links check
2 parents 8bb21be + ed4c7de commit 7b202c4

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)