Skip to content

no_std support, more minimal and less intrusive version (#93) #334

no_std support, more minimal and less intrusive version (#93)

no_std support, more minimal and less intrusive version (#93) #334

Workflow file for this run

name: Security audit
on:
pull_request:
push:
branches:
- master
schedule:
- cron: '0 0 * * 0'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3
with:
token: ${{ secrets.GITHUB_TOKEN }}