Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Update comrak requirement from 0.19.0 to 0.21.0 #795

Update comrak requirement from 0.19.0 to 0.21.0

Update comrak requirement from 0.19.0 to 0.21.0 #795

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