Skip to content

Merge branch 'main' of github.com:bram209/leptosfmt #109

Merge branch 'main' of github.com:bram209/leptosfmt

Merge branch 'main' of github.com:bram209/leptosfmt #109

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