Skip to content

Update integration test workflow #196

Update integration test workflow

Update integration test workflow #196

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