Merge pull request #215 from api3dao/csur-2024-10-16 #120
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Markdown links | |
on: push | |
jobs: | |
check-md-links: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone @api3/contracts | |
uses: actions/checkout@v4 | |
- name: Check Markdown links | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 |