Skip to content

chore: bump version v0.1.5 (#149) #191

chore: bump version v0.1.5 (#149)

chore: bump version v0.1.5 (#149) #191

Workflow file for this run

name: Audit
on:
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
security_audit:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v6
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}