Skip to content

add ci workflows

add ci workflows #6

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@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f
with:
bins: cargo-deny
- run: cargo deny --all-features check
postsubmit:
uses ./.github/workflows/presubmit.yml

Check failure on line 18 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

You have an error in your yaml syntax on line 18