- # TODO: Re-enable when https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/126 lands.
-
- #name: Check Markdown links
- #
- #on:
- # push:
- # branches:
- # - master
- # pull_request:
- # branches: [master]
- #
- #jobs:
- # markdown-link-check:
- # runs-on: ubuntu-latest
- # steps:
- # - uses: actions/checkout@v3
- # - uses: gaurav-nelson/github-action-markdown-link-check@v1.0.13
- # with:
- # check-modified-files-only: 'yes'
|