Skip to content

Daily check

Daily check #445

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: [lint, audit]
with:
name: fontfor
channel: beta
artifact: false