Skip to content

Commit

Permalink
disable deny check
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Sep 23, 2024
1 parent fdac659 commit 128df3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
- name: Deny Check
shell: bash
run: |
cargo deny check
# cargo deny check
- name: Clippy
shell: bash
Expand Down

0 comments on commit 128df3e

Please sign in to comment.