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.

17 lines
332 B

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