Skip to content

On push

On push #1

Workflow file for this run

name: Link Check
# Check that links in papers remain valid
on:
push:
schedule:
# run weekly
- cron: '0 10 * * 4'
workflow_dispatch:
jobs:
check_urls:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Link check action
uses: adriancoman/[email protected]
with:
file-to-check: "IMPORTANT_LINKS"