From a727cc2a1f9092fc6c82d70ca7c8bc3abb958551 Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Wed, 29 Jan 2025 18:43:25 -0800 Subject: [PATCH] ci: add clippy --- .github/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup/action.yml b/.github/setup/action.yml index dffc308..a8b1716 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -7,6 +7,6 @@ runs: uses: "actions/checkout@v4" - name: Install nightly toolchain shell: bash - run: rustup update nightly && rustup default nightly && rustup component add rustfmt + run: rustup update nightly && rustup default nightly && rustup component add rustfmt && rustup component add clippy - name: Setup Protoc uses: taiki-e/install-action@protoc