Skip to content

ci: rework ci, add deny warnings in lint #406

ci: rework ci, add deny warnings in lint

ci: rework ci, add deny warnings in lint #406

Workflow file for this run

name: Daily check
on:
schedule:
- cron: "0 23 * * *" # CST 7:00 = UTC prev day 23:00
workflow_dispatch:
workflow_call:
jobs:
lint:
uses: ./.github/workflows/common/lint.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/daily.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
audit:
uses: ./.github/workflows/common/audit.yml