Skip to content

Commit

Permalink
GH-41: Add cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
SetZero committed May 15, 2023
1 parent 1de6377 commit 23cef4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ jobs:
# with:
# working-directory: src-tauri
# args: --tests
audit:
runs-on: ubuntu-latest
steps:
- name: install audit
working-directory: src-tauri
run: cargo install --force cargo-audit
- name: lockfile
working-directory: src-tauri
run: cargo generate-lockfile
- name: audit
working-directory: src-tauri
run: cargo audit

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 23cef4a

Please sign in to comment.