Skip to content

Do not emit schemars(deserialize_with = "...") (#736) #2648

Do not emit schemars(deserialize_with = "...") (#736)

Do not emit schemars(deserialize_with = "...") (#736) #2648

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
- 'Cargo.toml'
- '**/Cargo.toml'
# Bors related branches
push:
branches:
- master
- staging
- trying
schedule:
- cron: '0 0 * * *'
permissions: read-all
jobs:
security_audit:
name: Rustsec Audit
runs-on: ubuntu-latest
permissions:
# Allow the action to post about found problems
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1