Skip to content

Commit

Permalink
Merge #4775
Browse files Browse the repository at this point in the history
4775: Markdown links CI check r=newhoggy a=newhoggy

This adds a CI check to make sure Markdown links are valid.

There are currently failures in this CI check, but the idea is to merge the PR as is and then ask the respective teams to fix the invalid links.

Depends on:
* input-output-hk/cicero#67
*  IntersectMBO/cardano-ledger#3245
* input-output-hk/cicero#67

Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy authored Feb 13, 2023
2 parents 7074c45 + 46668be commit c5ca9c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/markdown-links-ci-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown links

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes

0 comments on commit c5ca9c2

Please sign in to comment.