Skip to content

Merge branch 'ubuntu20.04' #277

Merge branch 'ubuntu20.04'

Merge branch 'ubuntu20.04' #277

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 }}