Skip to content

Commit

Permalink
remove audit
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Aug 7, 2024
1 parent d9c9426 commit fefe283
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ runs:
command: fmt
args: --all -- --check

- name: Install cargo-audit
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-audit

- name: Audit dependencies
uses: actions-rs/cargo@v1
with:
command: audit

- name: Clippy
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit fefe283

Please sign in to comment.