Skip to content

Fix for issue https://github.com/JabRef/jabref/issues/12810 #6

Fix for issue https://github.com/JabRef/jabref/issues/12810

Fix for issue https://github.com/JabRef/jabref/issues/12810 #6

Workflow file for this run

name: Check external href links in the documentation
on:
pull_request:
paths:
- '.github/workflows/check-links.yml'
- '.linkspector.yml'
- '**/*.md'
schedule:
# Run on the first of each month at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 1 * *"
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
check-links:
if: github.repository == 'JabRef/jabref'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: 'false'
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_level: any