Skip to content

nightly

nightly #28

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:045817fef21a621778b01839fba9979117f65c66) : 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