|
@ -1,18 +1,17 @@ |
|
|
# Currently disabled until all links have been fixed |
|
|
|
|
|
# name: Check Markdown links |
|
|
|
|
|
|
|
|
name: Check Markdown links |
|
|
|
|
|
|
|
|
# on: |
|
|
|
|
|
# push: |
|
|
|
|
|
# branches: |
|
|
|
|
|
# - master |
|
|
|
|
|
# pull_request: |
|
|
|
|
|
# branches: [master] |
|
|
|
|
|
|
|
|
on: |
|
|
|
|
|
push: |
|
|
|
|
|
branches: |
|
|
|
|
|
- master |
|
|
|
|
|
pull_request: |
|
|
|
|
|
branches: [master] |
|
|
|
|
|
|
|
|
# jobs: |
|
|
|
|
|
# markdown-link-check: |
|
|
|
|
|
# runs-on: ubuntu-latest |
|
|
|
|
|
# steps: |
|
|
|
|
|
# - uses: actions/checkout@master |
|
|
|
|
|
# - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 |
|
|
|
|
|
# with: |
|
|
|
|
|
# check-modified-files-only: 'yes' |
|
|
|
|
|
|
|
|
jobs: |
|
|
|
|
|
markdown-link-check: |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
steps: |
|
|
|
|
|
- uses: actions/checkout@master |
|
|
|
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 |
|
|
|
|
|
with: |
|
|
|
|
|
check-modified-files-only: 'yes' |