mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
chore(ci): format
This commit is contained in:
parent
102e48914b
commit
7985fb2613
6 changed files with 42 additions and 31 deletions
6
.github/workflows/audit.yml
vendored
6
.github/workflows/audit.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue