Skip to content

feat(tools): Added terminal tool #16

feat(tools): Added terminal tool

feat(tools): Added terminal tool #16

Workflow file for this run

---
name: Security audit
permissions:
issues: write
checks: write
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2020-0138 # see rustsec/rustsec#696, prevents errors raised from the `lexer` crates