Merge pull request #5118 from tvolk131/bitcoin_overhaul #1
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
on: [push, pull_request] | |
name: Markdown Link Check | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-22.04 | |
continue-on-error: true # can fail for external reasons, so don't be a blocker | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
use-quiet-mode: 'yes' |