Skip to content

Add proper API for providing path template #444

Add proper API for providing path template

Add proper API for providing path template #444

Workflow file for this run

name: Security audit
on:
push:
branches:
- main
pull_request:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache
uses: Swatinem/[email protected]
- name: Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
profile: minimal
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run cargo-audit
run: cargo audit