Skip to content

nightly

nightly #212

Workflow file for this run

# Nightly sanity checks
name: nightly
on:
workflow_dispatch: {}
# Once per day at 00:00 UTC
schedule:
- cron: "0 0 * * *"
env:
CARGO_TERM_COLOR: always
jobs:
unused-dependencies:
uses: lurk-lab/ci-workflows/.github/workflows/unused-deps.yml@main
rust-version-check:
uses: lurk-lab/ci-workflows/.github/workflows/rust-version-check.yml@main
typos:
uses: lurk-lab/ci-workflows/.github/workflows/typos.yml@main

Check failure on line 21 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/nightly.yml" -> "lurk-lab/ci-workflows/.github/workflows/typos.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.