We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb21be + ed4c7de commit 7b202c4Copy full SHA for 7b202c4
1 file changed
.github/workflows/code-quality.yml
@@ -42,3 +42,9 @@ jobs:
42
43
- name: Check Python formatting
44
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