Skip to content

Add stop-on-breakpoint support #28

Add stop-on-breakpoint support

Add stop-on-breakpoint support #28

Workflow file for this run

name: Security Audit
on: [push, pull_request]
jobs:
audit:
name: Audit
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}