Skip to content

lint: cargo fmt

lint: cargo fmt #91

Workflow file for this run

name: Security audit
on:
push:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: 'Audit Advisory'
uses: actions/checkout@v1
with:
submodules: true
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}