Skip to content

audit

audit #161

Workflow file for this run

name: audit
on:
schedule:
- cron: '0 0 * * *' # every day at midnight
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check advisories