Skip to content

implement defmt::Format for UsbError and other crate structs #573

implement defmt::Format for UsbError and other crate structs

implement defmt::Format for UsbError and other crate structs #573

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "0 0 * * 0"
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}