Skip to content

Periodic

Periodic #26

Workflow file for this run

name: Periodic
on:
workflow_dispatch:
schedule:
# Run weekly to check URL links still resolve
- cron: "0 8 * * WED"
jobs:
linkcheck:
uses: ./.github/workflows/_tox.yml

Check failure on line 11 in .github/workflows/periodic.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/periodic.yml

Invalid workflow file

error parsing called workflow ".github/workflows/periodic.yml" -> "./.github/workflows/_tox.yml" : failed to fetch workflow: workflow was not found.
with:
tox: docs build -- -b linkcheck