Skip to content

Update GitHub Actions to Node 24 compatible versions (#143) #800

Update GitHub Actions to Node 24 compatible versions (#143)

Update GitHub Actions to Node 24 compatible versions (#143) #800

Workflow file for this run

name: Check URLs
on:
push:
branches:
- main
# Run on each PR to main
pull_request:
branches:
- main
# And every day at 03:00 UTC
schedule:
- cron: "0 3 * * *"
jobs:
check-urls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Check all URLs
run: ./scripts/check_all_urls.sh