Skip to content

Check links

Check links #33

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:
macOS:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check links from Markdown files
run: ./scripts/check_links/markdown.sh
name: Check links
on:
schedule:
- cron: "0 0 * * SAT"