Skip to content

nightly

nightly #55

Workflow file for this run

name: nightly
on:
schedule:
- cron: '04 05 * * *'
jobs:
deny:
name: cargo deny --all-features check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: moonrepo/setup-rust@e013866c4215f77c925f42f60257dec7dd18836e
with:
inherit-toolchain: true
bins: cargo-deny
- run: cargo deny --all-features check
postsubmit:
uses: ./.github/workflows/presubmit.yml