Skip to content

[fmt] Run rustfmt on crates/cli/src/error.rs #15

[fmt] Run rustfmt on crates/cli/src/error.rs

[fmt] Run rustfmt on crates/cli/src/error.rs #15

Workflow file for this run

# yaml-language-server: $schema=https://raw.githubusercontent.com/softprops/github-actions-schemas/master/workflow.json
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ !env.ACT }} # skip during local actions testing