Skip to content

Audit

Audit #1297

Workflow file for this run

name: Audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Audit
uses: actions-rs/cargo@v1
with:
command: audit