Skip to content

URL check

URL check #289

Workflow file for this run

name: URL check
on:
schedule:
- cron: '0 0 * * 1' # once a week at 0:00 UTC
workflow_dispatch:
branches: [ master ]
jobs:
check-urls:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Check URLs
run: ./check "README.md" ${{ secrets.GITHUB_TOKEN }}