You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
415 B

  1. # Currently disabled until all links have been fixed
  2. # name: Check Markdown links
  3. # on:
  4. # push:
  5. # branches:
  6. # - master
  7. # pull_request:
  8. # branches: [master]
  9. # jobs:
  10. # markdown-link-check:
  11. # runs-on: ubuntu-latest
  12. # steps:
  13. # - uses: actions/checkout@master
  14. # - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
  15. # with:
  16. # check-modified-files-only: 'yes'