Skip to content

Workflow file for this run

name: Check URLs
on:
pull_request:
branches: [main]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '30 1 * * 0'
jobs:
check-urls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: urls-checker-code
uses: urlstechie/urlchecker-action@master
with:
subfolder: onnx_extended
file_types: .md,.py,.rst,.ipynb
print_all: false
timeout: 2
retry_count# : 2
exclude_urls: https://github.com/microsoft/onnxruntime/blob/
exclude_patterns: https://github.com/microsoft/onnxruntime/blob/
# force_pass : true
- name: urls-checker-docs
uses: urlstechie/urlchecker-action@master
with:
subfolder: _doc
file_types: .md,.py,.rst,.ipynb
print_all: false
timeout: 2
retry_count# : 2
exclude_urls: 64,14: https://github.com/Kitware/CMake/releases/download/v${cmake_version}/cmake-$,https://developer.download.nvidia.com/compute/cuda/$

Check failure on line 45 in .github/workflows/check-urls.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-urls.yml

Invalid workflow file

You have an error in your yaml syntax on line 45
exclude_patterns: https://www.data.gouv.fr/fr/datasets/r/e3d83ab3-dc52-4c99-abaf-8a38050cc68c,https://dev.azure.com/
# force_pass : true