Skip to content

Bump config from 0.14.0 to 0.14.1 (#56) #23

Bump config from 0.14.0 to 0.14.1 (#56)

Bump config from 0.14.0 to 0.14.1 (#56) #23

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