Updated workflow diagrams within platform specific folders to archite… #66
This file contains hidden or 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: "" |