Skip to content

Commit

Permalink
chore: updated clippy-check version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Apr 21, 2024
1 parent b719d49 commit 1ff42d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
rustup default nightly
rustup override set nightly
- name: Clippy Check
uses: actions-rs-plus/clippy-check@main
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: |
--features "local-http-rustls local-redir local-flow-stat local-dns dns-over-tls dns-over-https stream-cipher aead-cipher-2022" -- -Z macro-backtrace
-W clippy::absurd_extreme_comparisons
-W clippy::erasing_op
-A clippy::collapsible_else_if
name: clippy ${{ matrix.platform }}

0 comments on commit 1ff42d2

Please sign in to comment.