Skip to content

Check links

Check links #176

Workflow file for this run

# For more information about the configurations used
# in this file, please see the GitHub Actions documentation.
#
# https://docs.github.com/en/actions
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check links from Markdown file
run: ./scripts/check_links/markdown.sh
name: Check links
on:
schedule:
- cron: "0 0 * * SAT"