Skip to content

Commit

Permalink
attempt reusable workflow from template
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTurnerNIH committed Sep 3, 2024
1 parent f3909be commit 2959975
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,4 @@ on:
jobs:
link_check:
name: 'Link Check'
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Link Check
with:
link_ignore_list: ${{ inputs.repo_link_ignore_list }}
directory: ${{ inputs.directory }}
PAT: ${{ secrets.PAT }}
env:
LINK_IGNORE_LIST: https://www.sciencedirect.com,https://portlandpress.com
run: |
python3 .github/workflows/check_links.py
uses: NIGMS/NIGMS-Sandbox-Repository-Template/.github/workflows/check-links.yaml@reusable_workflow

0 comments on commit 2959975

Please sign in to comment.