Skip to content

Audit

Audit #280

Workflow file for this run

name: Audit
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: EmbarkStudios/cargo-deny-action@v2