Skip to content

nightly

nightly #41

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

Check failure on line 15 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/unused-deps.yml@main" (source branch with sha:1590e83d3ec04923daceb6f02d46f143bfbcd1a5) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
rust-version-check:
uses: lurk-lab/ci-workflows/.github/workflows/rust-version-check.yml@main