Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

nightly

nightly #172

Workflow file for this run

name: nightly
on:
schedule:
- cron: "0 4 * * *"
jobs:
audit:
uses: ./.github/workflows/cargo-audit.yml
unit-tests:
uses: ./.github/workflows/unit-test.yml