chore(ci): format

This commit is contained in:
Cain 2024-11-26 12:38:32 +00:00
parent 102e48914b
commit 7985fb2613
6 changed files with 42 additions and 31 deletions

View file

@ -3,8 +3,8 @@ name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
@ -15,6 +15,6 @@ jobs:
run: cargo generate-lockfile
- name: Audit Check
- uses: rustsec/audit-check@v2.0.0
uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}