Skip to content

Daily check

Daily check #412

Workflow file for this run

name: Daily check
on:
schedule:
- cron: "0 23 * * *" # CST 7:00 = UTC prev day 23:00
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/action-lint.yml
with:
channel: beta
audit:
uses: ./.github/workflows/action-audit.yml
build:
uses: ./.github/workflows/action-build.yml
needs: [depver, lint, audit]

Check failure on line 19 in .github/workflows/daily.yml

View workflow run for this annotation

GitHub Actions / Daily check

Invalid workflow file

The workflow is not valid. .github/workflows/daily.yml (Line: 19, Col: 13): Job 'build' depends on unknown job 'depver'.
with:
name: fontfor
channel: beta
artifact: false