a | b/.github/workflows/check-links.yaml | ||
---|---|---|---|
1 | name: 'Check Links' |
||
2 | on: |
||
3 | push: |
||
4 | pull_request: |
||
5 | workflow_dispatch: |
||
6 | |||
7 | |||
8 | jobs: |
||
9 | link_check: |
||
10 | name: 'Link Check' |
||
11 | uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@main |
||
12 | with: |
||
13 | repo_link_ignore_list: "" |