Cleaned up typos and tweaked one instruction to have it be run in the… #72
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Check Links' | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
link_check: | |
name: 'Link Check' | |
uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@main | |
with: | |
repo_link_ignore_list: "" |